fix pins per email eink

This commit is contained in:
geeksville
2020-09-28 13:03:37 -07:00
parent 78fe41710b
commit e5d4fbb164
4 changed files with 57 additions and 24 deletions

View File

@@ -93,11 +93,6 @@ void nrf52Setup()
// This is the recommended setting for Monitor Mode Debugging
NVIC_SetPriority(DebugMonitor_IRQn, 6UL);
#ifdef PIN_PWR_ON
digitalWrite(PIN_PWR_ON, HIGH); // If we need to assert a pin to power external peripherals
pinMode(PIN_PWR_ON, OUTPUT);
#endif
// Not yet on board
// pmu.init();