yconst / burro

Platform for small-scale self-driving vehicles.
Other
37 stars 19 forks source link

Create a hardware abstraction layer for NAVIO2 #1

Closed yconst closed 7 years ago

yconst commented 7 years ago

Currently calls to NAVIO drivers are scattered inside several modules. Refactor modules to abstract direct hardware calls. This will allow Burro to be usable with different hardware.

Specifically:

yconst commented 7 years ago

Indicators, RC and PWM is abstracted. Leaving out IMU for now.