Project

General

Profile

Download (300 Bytes) Statistics
| Branch: | Tag: | Revision:
1 7907a108 (no author)
#ifndef _SSC_H
2
#define _SSC_H
3
4
extern void ssc_rx_start(void);
5
extern void ssc_rx_stop(void);
6
7
/* Rx/Tx initialization separate, since Tx disables PWM output ! */
8
extern void ssc_tx_init(void);
9
extern void ssc_rx_init(void);
10
11
extern void ssc_fini(void);
12
13 fda97c65 (no author)
extern void ssc_rx_unthrottle(void);
14
15 7907a108 (no author)
#endif
Add picture from clipboard (Maximum size: 48.8 MB)