mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
eb88673aa5
* simple buzzer driver
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
SubDir TOP board chronos drivers ;
|
|
|
|
HDRS += $(TOP)/board/$(CPU)/drivers/include ;
|
|
|
|
Module board_display : display.c display1.c ;
|
|
Module board_cc110x : cc430-cc110x.c : cc110x_cc430 ;
|
|
Module board_buzzer : buzzer.c : hwtimer ;
|