scottbez1 / splitflap

DIY split-flap display
https://scottbez1.github.io/splitflap
Other
3.09k stars 256 forks source link

Fix firmware compilation for Uno #140

Closed dmadison closed 3 years ago

dmadison commented 3 years ago

These pin mode lines were removed as part of the chainlink driver PR (#132) and the consolidation to LATCH_PIN for the ESP32, which broke compilation for the "classic" driver on the Arduino Uno. Replacing these lines fixes the compilation error.

scottbez1 commented 3 years ago

Thanks!