Mathieu OTHACEHE
|
152edf7189
|
Global: remove mode line from headers
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
|
8 years ago |
Murilo Belluzzo
|
0b86532b5c
|
Global: Remove '\r' character from all source code files
|
8 years ago |
Lucas De Marchi
|
e1ab44f4a3
|
Global: remove get_fd() from Device API
This was there for compatibility with I2CDriver and SPIDriver. We don't
use them anymore so we can remove the compat method.
|
9 years ago |
LukeMike
|
5987cc273f
|
AP_HAL_VRBRAIN: added some new modules for I2C wrapper
|
9 years ago |
Lucas De Marchi
|
c859c5ecd9
|
AP_HAL_PX4: update Device interface
|
9 years ago |
Andrew Tridgell
|
1b8da3bce2
|
HAL_PX4: implement I2CDevice driver for PX4
|
9 years ago |
Lucas De Marchi
|
5194f7e5ce
|
AP_HAL_Linux: I2CDevice: method to read multiple times
|
9 years ago |
Lucas De Marchi
|
cd0e1dff82
|
AP_HAL_Linux: Add skeleton for I2CDevice
This adds the logic to maintain the I2CDevice's managed by I2CManager.
|
9 years ago |
Lucas De Marchi
|
a117c22c34
|
AP_HAL_Empty: add I2CDevice
|
9 years ago |