add Two sensors measurement for PCB with screen

This commit is contained in:
eddyem
2019-07-30 16:56:43 +03:00
parent b0dccf956b
commit 4bd57d704a
50 changed files with 54479 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)