UNPKG

rxjs-obd

Version:

RxJS Implementation for OBD (On Board Diagnostics) of vehicles via ELM 327 connections.

8 lines (7 loc) 362 B
export { BluetoothOBDConnection, CordovaOBDConnection } from './connection'; export { OBDConnection } from './connection'; export { OBDConfig, defaultOBDWifiConfig } from './connection'; export * from './model'; export { fromOBD } from './observables'; export { fromBluetoothSerialList, BluetoothSerialDevice } from './observables'; export * from './operators';