You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representation clauses.
Common:
Driver
Status
TB6612
No change
ADS1015
Done
BME280
Done
BMP180
Done
L3GD20H
Done
LSM303DLHC
Done
MCP4725
Done
MCP23008
No change
MCP23017
No change
PCA9685
No change
RA8875
Pending
Linux:
Driver
Status
AIN
Pending
GPIO
Pending
I2C
Pending
LED
Pending
PWM
Pending
SPI
Pending
Arduinio Due will be handled separately once I get a chance to build a run-time for it.
The text was updated successfully, but these errors were encountered:
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representation clauses.
Common:
Linux:
Arduinio Due will be handled separately once I get a chance to build a run-time for it.
The text was updated successfully, but these errors were encountered: