mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-21 06:13:38 +00:00
Working TX SLE
tested with gcc4.9.3 Ubuntu 16.10 (did not work before change, every second TX was lost) tested also with gcc arm embedded q4 2016 on Ubuntu 16.10 (here original code worked as well) No test with Arduino & other architectures yet
This commit is contained in:
parent
bfe1587886
commit
3a4451684f
5 changed files with 79 additions and 10 deletions
1
IO.h
1
IO.h
|
|
@ -55,6 +55,7 @@ public:
|
|||
void SLE_pin(bool on);
|
||||
void CE_pin(bool on);
|
||||
bool RXD_pin(void);
|
||||
bool CLK_pin(void);
|
||||
|
||||
#if defined(BIDIR_DATA_PIN)
|
||||
void RXD_pin_write(bool on);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue