4 lines
82 B
C
4 lines
82 B
C
|
#define LED_ADDR ((volatile char*)0xC000)
|
||
|
|
||
|
#define led_write(x) (*LED_ADDR = (x))
|