spuder / All-Spark-Cube

Software to control an RGB led cube
20 stars 6 forks source link

Set all hashMap values to false initially. #10

Closed tbenz9 closed 12 years ago

tbenz9 commented 12 years ago

If we initialize the hashmap to false we won't have to check if the values are null resulting in easier and less code.

also, if we make it a function, we'll be able to turn off all the LED's at once, perhaps via key press or a button.

tbenz9 commented 12 years ago

This was implemented in commit f0bbb568c386b303e9f1ab5e86d7ecb229b1603b in the development branch