Difference between revisions of "Oresat-notes"
Jump to navigation
Jump to search
m |
m |
||
| Line 10: | Line 10: | ||
INA226_SHARED_I2C | INA226_SHARED_I2C | ||
| + | |||
| + | References: | ||
| + | |||
| + | * https://www.playembedded.org/blog/stm32-i2c-chibios/ | ||
<!-- comment --> | <!-- comment --> | ||
Revision as of 06:49, 4 February 2021
Note) Looks like a command shell is realized in code near end of file:
psas/oresat-firmware/src/f4/app_control/source/command.c
Note) ina226.c and other device type driver source files in 'psas/oresat-firmware/common' give examples of I2C calls in ChibiOS environment.
INA226_SHARED_I2C
References:
* https://www.playembedded.org/blog/stm32-i2c-chibios/