Skip to content

Commit

Permalink
docs: more work on ROADMAP doc
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 15, 2017
1 parent 2ebbc97 commit da1eebc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ https://github.com/hybridgroup/gobot/issues
- helper method for interrupts to handle "ping" timing-based devices.
- Windows 10 support.

## i2c

- ensure that SMBUS operations are working as expected.
- add support for the following i2c devices:
- ADXL345
- HMC5883L
- LSM303DLHC
- MAG3110
- MMA8452
- PCF8591
- T5403
- TMP006
- VCNL4000

## spi

- add support for spidev.
Expand All @@ -32,11 +46,11 @@ https://github.com/hybridgroup/gobot/issues

- add support for 1-wire protocol.

# serial
## serial

- create a common serial Adaptor, so different serial devices such as GPS, LIDAR etc only need to implement drivers.

# ble
## ble

- improve the ble package to allow support for multiple peripherals.
- Windows 10 support.

0 comments on commit da1eebc

Please sign in to comment.