mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/: moved function to set transmit power from atrf-txrx to libatrf
- atrf-txrx/atrf-txrx.c (tx_pwr_230, tx_pwr_231, set_power): moved to lib/misctxrx.c - include/misctxrx.h, lib/misctxr.c (set_power_step, set_power_dBm): separated dBm to index conversion from the actual operation - atrf-txrx/atrf-txrx.c (main): use new set_power_dBm instead of old set_power
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* include/misctxrx.h - Miscellaenous transceiver helper functions
|
||||
*
|
||||
* Written 2010 by Werner Almesberger
|
||||
* Copyright 2010 Werner Almesberger
|
||||
* Written 2010-2011 by Werner Almesberger
|
||||
* Copyright 2010-2011 Werner Almesberger
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -21,4 +21,7 @@
|
||||
uint8_t wait_for_interrupt(struct atrf_dsc *dsc, uint8_t wait_for,
|
||||
uint8_t ignore, int sleep_us, int timeout);
|
||||
|
||||
void set_power_step(struct atrf_dsc *dsc, int power, int crc);
|
||||
void set_power_dBm(struct atrf_dsc *dsc, double power, int crc);
|
||||
|
||||
#endif /* !MISCTXRX_H */
|
||||
|
||||
Reference in New Issue
Block a user