Nucleo-transfer
Dependencies: ADS1015 MPU6050 PixelArray PixelArray-Nucleo mbed WS2813
Fork of Nucleo-transfer by
Diff: Sensorplate/main.cpp
- Revision:
- 64:065e2a679bad
- Parent:
- 60:2f7e82c6f916
- Child:
- 69:98db4df7278f
--- a/Sensorplate/main.cpp Tue Apr 17 16:11:20 2018 +0000 +++ b/Sensorplate/main.cpp Tue May 29 12:30:21 2018 +0000 @@ -126,7 +126,7 @@ DigitalIn test_pin(PA_11, PullDown); // Variable to set if belt is used to test algorithm: -bool test_belt = 0; +bool test_belt = 1; // Set test mode on (log functions to pc serial: interrupts, LED intensity and serial messages): bool test_mode = 1;