arduino void setup() { Serial.begin(38400); Serial.println("Init done!"); pinMode(BGT_ON, OUTPUT); digitalWrite(BGT_ON, LOW); // Turn on the board }