Problem vstrsepf is string parsing utility function born from the idea of using strsep and strtol with a sscanf-like interface. […]
Tag: embedded
Text Parsing in C on a microcontroller
Problem Microcontroller receive data on uart and call parser_i2c function when user presses enter e.g. parser_i2c(I2C scan) I want to […]
A Structured FizzBuzz
Problem Warning Wall of text, little bit of code. This question is about as much as introducing the language as […]
Device driver abstraction layer in C++
Problem First of all, my knowledge in C++ are very limited but I have a good background in C. I’m […]