mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e1b3dcf40d
* added register interface (it is now possible to communicate with cc1100 via SPI (e.g. on MSB boards) or directly via registers like on eZ430-Chronos
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
SubDir TOP projects test_cc110x_ng ;
|
|
|
|
Module test_cc110x_ng : main.c : cc110x_ng shell shell_commands transceiver ps rtc posix_io uart0 auto_init gpioint cc110x_spi ;
|
|
|
|
UseModule test_cc110x_ng ;
|