Yannick Schinko

Results 120 comments of Yannick Schinko

Alright I converted the uart examples. One major thing to note is that I now keep track of how much was read or written in the library. That's why you...

Examples are done. I'd also like to point out that I really don't have any clue how SPI works and that the way I implemented it may be stupid. So...

Should be fixed now.

Do you really need the `onReceive` function? I mean the way it has been implemented it doesn't matter at all when the data has been received. Now also an interesting...

Taken care of the SPI thing. And I like the idea of letting the user chose whether or not the library is in slave mode or not. However due to...

It (in this version) should use a bit more than 1kb of ROM and 300 bytes of RAM. What numbers are you seeing? And did you use the version in...

> Sketch uses 5678 bytes (18%) of program storage space. Maximum is 30720 bytes. > Global variables use 955 bytes (46%) of dynamic memory That looks fine to me. >...

Again, this has been worked on. If you use the code present in this PR it should be lower.

Hm. I already set an specify locale so special chars get rendered correctly. I'll see if I can get it working. But that's a great point to start.

I'm using the C library in a C++ project. Specifically this project: https://github.com/BrainStone/HelmutMobil Examples: - https://github.com/BrainStone/HelmutMobil/blob/master/HelmutMobil/GUI.cpp#L226 - https://github.com/BrainStone/HelmutMobil/blob/master/HelmutMobil/GUI.cpp#L173-L175