The package consists of the the libraries libradio_[board].a and the libio_[board].a land a set of examle applications, that illustrate the usage of libraries.
The library libradio_[board.a] provides basic functions for controlling Atmels radio transceiver AT86RF230. The library libio_[board].a provides functions for controlling hardware resources of the microcontroller, such as UART routines, timer functions, and general purpose IO control stuff, which may usefull for sensor and embedded applications. The application examples primarily show, how applications can be build based on the functions given in libradio_[board].a and libio_[board].a.
Nevertheless the library libradio_[board].a can be used sole, without any need for libio_[board].a. Just the SPI interface of the microcontroller, two GPIO ports and one IRQ line are necessarry to control the radio transceiver.
scons all doc
uracoli
`-- install
|-- bin .............. *.hex and *.elf files of the demo applications
|-- lib .............. static libraries
|-- inc .............. interface include files for static libraries
| |-- boards
| `-- rf230
`-- doc .............. package documentation
1.5.5