- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
@ -87,6 +87,10 @@
|
||||
|
||||
int DynStringClear(pDynString self);
|
||||
/*
|
||||
removes all old dat from the dynstring
|
||||
removes all old data from the dynstring
|
||||
*/
|
||||
int DynStringBackspace(pDynString self);
|
||||
/*
|
||||
removes one character at the end from the dynstring
|
||||
*/
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user