summaryrefslogtreecommitdiff
path: root/response.c
AgeCommit message (Expand)Author
2012-08-14Fix improper string memory allocationMichael J. Chudobiak
2012-08-14astyle formatting runMichael J. Chudobiak
2012-08-14String_trim_excess_digits is not needed, since atof "just works" in glibMichael J. Chudobiak
2012-08-13better newline formatting of responsesMichael J. Chudobiak
2012-08-13let parser handle command prompt generationMichael J. Chudobiak
2012-08-13separate main output and error responsesMichael J. Chudobiak
2012-08-13wrong str length used in outputMichael J. Chudobiak
2012-08-13always append CR+LF to outgoing messageMichael J. Chudobiak
2012-08-13simplify output callback by calculating string size automaticallyMichael J. Chudobiak
1999-12-31prepare to arrange responses as callbacksroot
1999-12-31fix various warningsroot
1999-12-31initial parser re-implementationroot
1999-12-31first LCD supportroot
1999-12-31Added I2C address macrosroot
1999-12-31keep i2c test code inroot
1999-12-31mark I2C test coderoot
1999-12-31add better typing to I2C code, add I2C test routine in response.croot
1999-12-31do not mix errors and sizes on input eitherroot
2012-08-01don't mix error codes and byte countsroot
2012-08-01strip off whitespace from the input, in the response generatorroot
2012-08-01rename echoCb to responseCbroot
2012-07-19change echo to a single multiline stringMichael J. Chudobiak
2012-07-19added make install; fixed echoingMichael J. Chudobiak
2012-07-19added missing stdlib includeMichael J. Chudobiak
2012-07-19initial commitMichael J. Chudobiak