adafruit / Adafruit_VS1053_Library

This is a Arduino library for the Adafruit VS1053 Codec Breakout and Music Maker Shields
https://www.adafruit.com/products/1381
135 stars 113 forks source link

!digitalRead should be digitalRead on line 106 of ogg record #18

Closed nicshackle closed 2 years ago

nicshackle commented 8 years ago

https://github.com/adafruit/Adafruit_VS1053_Library/blob/master/examples/record_ogg/record_ogg.ino#L106

The begin recording, !digitalRead should evaluate to true, but not to end recording.

bhass1 commented 3 years ago

Suggest closing this issue. Fixed in 44546d4207c2c187e61a04f29a277bbd8a7bfaad

caternuson commented 2 years ago

Closing. Should be fixed by #38