IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Git Source Tree
Root/
Source at commit 86e556ce92af39a3353e0c6494ba20de59d47d4c created 10 years 5 months ago. By Werner Almesberger, First part of the board bringup: power and clock. | |
---|---|
1 | struct atusd_dsc; |
2 | |
3 | |
4 | int main(void) |
5 | { |
6 | struct atusd_dsc *dsc; |
7 | char tmp; |
8 | |
9 | dsc = atusd_open(); |
10 | read(1, tmp, 1); |
11 | atusd_close(dsc); |
12 | |
13 | return 0; |
14 | } |
15 |