Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1199 → Rev 1200

/branches/V0.72p Code Redesign killagreg/dsl.h
4,13 → 4,13
#include <inttypes.h>
 
// Received signal strength indicator
extern volatile uint8_t dsl_RSSI;
extern uint8_t dsl_RSSI;
 
// Battery voltage (0-255 [0V - 8.2V])
extern uint8_t dsl_battery;
extern uint8_t dsl_Battery;
 
// Frequency allocation (35,40,72)
extern uint8_t dsl_allocation;
extern uint8_t dsl_Allocation;
 
// this function should be called within the UART RX ISR
extern void dsl_parser(uint8_t c);