1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

atrf-xtal: added atusb support (via ATUSB_TIMER)

- Makefile: removed limitation to Ben and added host build
- atusb.c: atusb-specific acquisition and calculations
- atrf-xtal.h (do_atusb): interface to atusb.c
- atrf-xtal.c (atben, atusb, main): added switch to board-specific driver
- atrf-xtal.c (usage, main): added support for atusb
This commit is contained in:
Werner Almesberger
2011-05-30 19:00:29 -03:00
parent bdca20479b
commit 61e656e143
4 changed files with 159 additions and 33 deletions

View File

@@ -19,5 +19,7 @@
void do_atben(struct atrf_dsc *dsc, int size, int trim, int rep,
int dump_raw, double base, double ppm);
void do_atusb(struct atrf_dsc *dsc, int trim, int dump_raw, double ppm,
int n);
#endif /* !ATRF_XTAL_H */