void setup() { Serial.begin(9600); pinMode(LED_BUILTIN, OUTPUT); } void loop() { blink_led(); loop_uart(); }