UNPKG

rxjs-obd

Version:

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

5 lines (4 loc) 242 B
export { CordovaOBDConnection } from './CordovaOBDConnection'; export { BluetoothOBDConnection } from './BluetoothOBDConnection'; export { OBDConnection } from './OBDConnection'; export { OBDConfig, defaultOBDWifiConfig } from './OBDConfig';