Add displaying T @ oLED screen

This commit is contained in:
eddyem
2018-05-28 22:48:44 +03:00
parent 87784ffbda
commit 5741d2d2a7
19 changed files with 6283 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Check temperature on sensors pair and show values of T @ 0.96'' oLED display
# also test by USART (115200).
Code for NUCLEO-042
### PINOUT
- I2C: PA9 (SCL) & PA10 (SDA)
- USART2: PA2 (Tx) & PA15 (Rx)
- SPI for screen: PA4 (CS), PA5 (SCL), PA7 (MOSI), PB4 (RST), PB5 (D/C)