Subversion Repositories FlightCtrl

Rev

Rev 1199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1199 Rev 1200
Line 2... Line 2...
2
#define _DSL_H
2
#define _DSL_H
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
#include <inttypes.h>
4
#include <inttypes.h>
5
 
5
 
Line 6... Line 6...
6
// Received signal strength indicator
6
// Received signal strength indicator
7
extern volatile uint8_t dsl_RSSI;
7
extern uint8_t dsl_RSSI;
Line 8... Line 8...
8
 
8
 
9
// Battery voltage (0-255 [0V - 8.2V])
9
// Battery voltage (0-255 [0V - 8.2V])
Line 10... Line 10...
10
extern uint8_t dsl_battery;
10
extern uint8_t dsl_Battery;
11
 
11
 
Line 12... Line 12...
12
// Frequency allocation (35,40,72)
12
// Frequency allocation (35,40,72)