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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user