Rev 1200 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1200 | Rev 1201 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _DSL_H |
1 | #ifndef _DSL_H |
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 | - | ||
6 | // Received signal strength indicator |
- | |
7 | extern uint8_t dsl_RSSI; |
5 | |
8 | - | ||
9 | // Battery voltage (0-255 [0V - 8.2V]) |
- | |
10 | extern uint8_t dsl_Battery; |
6 | extern uint8_t dsl_RSSI; // Received signal strength indicator |
11 | - | ||
Line -... | Line 7... | ||
- | 7 | extern uint8_t dsl_Battery; // Battery voltage (0-255 [0V - 8.2V]) |
|
12 | // Frequency allocation (35,40,72) |
8 | extern uint8_t dsl_Allocation; // Frequency allocation (35,40,72) |
13 | extern uint8_t dsl_Allocation; |
9 | |
Line 14... | Line 10... | ||
14 | 10 | #define USART1_BAUD 38400 |