vurdalakov / radsensboard

An Arduino library for RadSens Geiger counter board
MIT License
3 stars 1 forks source link

LED Off #4

Open Lordcybertracker opened 2 years ago

Lordcybertracker commented 2 years ago

Hello, I wanted to turn off the LED to save battery.

For this I have in the setup: radSensBoard.setLedIndicationState(0); But the LED still flashes.

How do I fix this? Thanks