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
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,BIN) Bin8(x)`
`#define Serialprint(x,BIN) Bin16(x)`
`#define Serialprint(x) Dec16(x)`
etc.
### TerSer Installation

Loading…
Cancel
Save