Timeline for NodeMCU ESP-12e - Timing errors
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Apr 13, 2017 at 12:50 | history | edited | Community Bot |
replaced http://arduino.stackexchange.com/ with https://arduino.stackexchange.com/
|
|
Nov 1, 2016 at 17:14 | comment | added | proto | upvoted already but because I have under 15 rep it isn't viewed in public ;) | |
Nov 1, 2016 at 5:35 | history | edited | James Waldby - jwpat7 | CC BY-SA 3.0 |
del tabs in program
|
Nov 1, 2016 at 5:26 | comment | added | James Waldby - jwpat7 |
@proto, those (...) initializers should have been {...}. (Now corrected in answer.) See example program now at end of answer for use of pgm_read_byte() to get data from a PROGMEM array. It ran ok on a Nano. Note, feel free to upvote answer
|
|
Nov 1, 2016 at 5:23 | history | edited | James Waldby - jwpat7 | CC BY-SA 3.0 |
add sample program for PROGMEM access
|
Oct 31, 2016 at 22:56 | comment | added | proto | with "const byte L1[] = (160, 161, 146, 147, 116, 117, 102, 103, 72, 73, 58, 59, 28, 29, 148, 149, 112, 113, 0);" I get "initializer fails to determine size of "L1". I also don't really get the PROGMEM thing. | |
Oct 31, 2016 at 12:46 | comment | added | proto | Thank you very much for your extensive answer. You just fixed my problems. "pixels.show(): unsigned long now=millis(); while (now==millis());" did the thing. Also thanks for the suggentions regarding the pixel definitions | |
Oct 31, 2016 at 12:45 | vote | accept | proto | ||
Oct 31, 2016 at 8:25 | history | edited | James Waldby - jwpat7 | CC BY-SA 3.0 |
fix []
|
Oct 31, 2016 at 8:19 | history | answered | James Waldby - jwpat7 | CC BY-SA 3.0 |