rxjs-obd
Version:
RxJS Implementation for OBD (On Board Diagnostics) of vehicles via ELM 327 connections.
7 lines • 344 B
JavaScript
// Public Connections
export { CordovaOBDConnection } from './CordovaOBDConnection';
export { BluetoothOBDConnection } from './BluetoothOBDConnection';
// export {NodeOBDConnection} from './NodeOBDConnection';
export { OBDConnection } from './OBDConnection';
export { defaultOBDWifiConfig } from './OBDConfig';
//# sourceMappingURL=index.js.map