master
parent 0492cc6412
commit d298d26814

@ -39,13 +39,9 @@ Voila, you have switched to TerSer and enjoy smaller footprint at less mcu cycle
#### Function aliasing #### Function aliasing
If you do not like our function/method names, feel free to define names that suit your tastes with i.e.: If you do not like our function/method names, feel free to define names that suit your tastes with i.e.:
`#define Serialprint(x) Text(x)` `#define Serialprint(x) Text(x)`
`#define Serialprint(x,BIN) Bin8(x)` `#define Serialprint(x,BIN) Bin8(x)`
`#define Serialprint(x,BIN) Bin16(x)` `#define Serialprint(x,BIN) Bin16(x)`
`#define Serialprint(x) Dec16(x)` `#define Serialprint(x) Dec16(x)`
etc. etc.
### TerSer Installation ### TerSer Installation

Loading…
Cancel
Save