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:
danilo 2017-03-28 07:29:02 +02:00
parent bfe1587886
commit 3a4451684f
5 changed files with 79 additions and 10 deletions

1
IO.h
View file

@ -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);