manufacturing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user