manufacturing

This commit is contained in:
2021-02-18 19:54:08 +01:00
parent d36d67bd2c
commit f96d466f25
47 changed files with 14869 additions and 26 deletions

View File

@@ -175,8 +175,10 @@ bool c_leds::verifyLed(uint16_t index)
void c_ledport::begin(void)
{
#ifndef UNIT_TEST
pinMode(_pin, OUTPUT);
pinMode(_analogPin, INPUT_ANALOG);
#endif
turnOff();
}