Simon Lundell

Results 10 comments of Simon Lundell

As a temporary workaround you can wrap the include in its own namespace: ``` namespace printex { #include } printex::StreamEx serial = Serial; ```

Also, I was wrong. Fails to link :-\

Seems like just commenting out the offending lines work fine: https://github.com/livello/PrintEx/commit/b430e1eb3a7a334d32464c669cf9b3df4c826c15

Hi, It might not be possible to control on/off and voltage or current through i2c. I can however control it through other means (the ENABLE#-pin and using 12VFB test-point). I...

OK! Do you still have the IDA PRO project files?

I have scripified v2.1. I am trying it out and will send a PR when I know it is working.

When you say 6k + 6k iterations are enough, you mean iterations of one batch, and not epochs? What batch size are you using as that will affect the number...

I am building a huge archive with historic documents. They are from 1950-2000, written with typewriters and scanned by volunteers. I have considerable computing resources in my garage with a...

I have decoded the data from the shunt using the existing code, but changing a few registers and conversion factors. I am a bit confused about filling in the shunt-struct....

OK, so if current is greater than 0, increment `milliamphour_in` and if less than 0, increment `milliamphour_out`? (or vice versa, depending on shunt orientation)