minor formatting change
This commit is contained in:
parent
1e62031259
commit
197e63216b
|
@ -18,8 +18,8 @@ Working on: Application 2 centre de mesures sensor oximeter 2.
|
||||||
- Possibilité de forcer une acquisition. Ce forcement démarre le cycle de mesure.
|
- Possibilité de forcer une acquisition. Ce forcement démarre le cycle de mesure.
|
||||||
|
|
||||||
### To-do list for being able to read measurements from the oximeter 2
|
### To-do list for being able to read measurements from the oximeter 2
|
||||||
[] Implement an i2c library for lpc55s16
|
[x] Implement an i2c library for lpc55s16
|
||||||
[] Use the implemented i2c library to communication between lpc55s16 and Oximeter 2.
|
[ ] Use the implemented i2c library to communication between lpc55s16 and Oximeter 2.
|
||||||
|
|
||||||
## LPC55S16-EVK setup
|
## LPC55S16-EVK setup
|
||||||
The I2C interface of the codec is routed to Flexcomm 4 of the LPC55Sxx, the same connection as used for the other I2C devices on the board. (from "LPCXpresso55S16 Development Boards User Manual")
|
The I2C interface of the codec is routed to Flexcomm 4 of the LPC55Sxx, the same connection as used for the other I2C devices on the board. (from "LPCXpresso55S16 Development Boards User Manual")
|
||||||
|
|
Loading…
Reference in New Issue