Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1545 |
LPDunwell |
1 |
#ifndef _JENNIC_H |
|
|
2 |
#define _JENNIC_H |
|
|
3 |
|
|
|
4 |
#include <inttypes.h> |
|
|
5 |
|
|
|
6 |
extern void jen_parser (uint8_t c); |
|
|
7 |
void jen_decode_packet (void); |
|
|
8 |
void jen_new_signal (uint8_t channel, int16_t signal); |
|
|
9 |
|
|
|
10 |
#define USART1_BAUD 38400 |
|
|
11 |
|
|
|
12 |
#endif //_JENNIC_H |