sorry -- correction
int bulbCount = 0;
void setup () {
...
bulbcount = bcdtot();
...
}
void loop ()
{
if ( (bulbCount * 0.75) < bulbcounter) {
...
}
...
}
sorry -- correction
int bulbCount = 0;
void setup () {
...
bulbcount = bcdtot();
...
}
void loop ()
{
if ( (bulbCount * 0.75) < bulbcounter) {
...
}
...
}