Most recent activity
-
- 2 comments
- 2,078 views
-
- 19 comments
- 7,078 views
-
- 10 comments
- 4,268 views
-
-
-
I've tried software SPI and the result is much the same. Its slower in in the first instance for each write, not as bad as half the speed of the best hardware SPI rate I can get. However it suffers delays of the same length (~0.2 sec) as in the log above with similar frequency and these delays do block the serial interrupts the same way as for hardware SPI.
I see that you've added
heatshrink
compression to Espruino and that theFlash
module is setup to use it, but I'm not sure if that is active at the moment as I don't see the macroUSE_HEATSHRINK
being set anywhere.Is it possible, and would it make sense, to have
heatshrink
jswrap-ed so that we could use it when playing with strings and typed arrays in javaScript?