ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
473 stars 349 forks source link

Fix command typo in ArduCAM_Mini_5MP_Plus_4CAM_Capture2SD.ino #511

Closed orion434 closed 3 years ago

orion434 commented 3 years ago

Fix typo (HIHG) in the ArduCAM_Mini_5MP_Plus_4CAM_Capture2SD.ino example file: Current: digitalWrite(CS1, HIHG); to digitalWrite(CS1, HIGH);