synth/uart/led.h
2021-02-22 20:37:18 -08:00

4 lines
82 B
C

#define LED_ADDR ((volatile char*)0xC000)
#define led_write(x) (*LED_ADDR = (x))