shiftOut and shiftIn without delay - is this good?
Posted: Thu Aug 25, 2016 1:30 pm
I just looked into core_esp8266_wiring_shift.c vs wiring_shift.c
To my astonishment I saw no delays in the esp8266 version. As it runs 5 times as fast as a 16 MHz arduino, I wonder if it is ok to assume, that connected hardware can cope with this speed.
Or is the digitalWrite() function by itself slowed down for the esp?
To my astonishment I saw no delays in the esp8266 version. As it runs 5 times as fast as a 16 MHz arduino, I wonder if it is ok to assume, that connected hardware can cope with this speed.
Or is the digitalWrite() function by itself slowed down for the esp?