mirror of
https://github.com/dekuNukem/exixe.git
synced 2025-10-24 11:11:04 -07:00
adjusted some comments
This commit is contained in:
@@ -25,12 +25,12 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
count++;
|
||||
/*
|
||||
1st arg: Digit to show, 0 to 9
|
||||
2nd arg: Digit brightness, 0 to 127
|
||||
3rd arg: Overdrive, 0 disable 1 enable
|
||||
*/
|
||||
my_tube.set_led(127, 0, 127); // purple
|
||||
/*
|
||||
1st arg: Digit to show, 0 to 9
|
||||
2nd arg: Digit brightness, 0 to 127
|
||||
3rd arg: Overdrive, 0 disable 1 enable
|
||||
*/
|
||||
my_tube.show_digit(count, 127, 0);
|
||||
delay(500);
|
||||
}
|
||||
Binary file not shown.
@@ -25,12 +25,12 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
count++;
|
||||
/*
|
||||
1st arg: Digit to show, 0 to 9
|
||||
2nd arg: Digit brightness, 0 to 127
|
||||
3rd arg: Overdrive, 0 disable 1 enable
|
||||
*/
|
||||
my_tube.set_led(127, 0, 127); // purple
|
||||
/*
|
||||
1st arg: Digit to show, 0 to 9
|
||||
2nd arg: Digit brightness, 0 to 127
|
||||
3rd arg: Overdrive, 0 disable 1 enable
|
||||
*/
|
||||
my_tube.show_digit(count, 127, 0);
|
||||
delay(500);
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## Choices, choices...
|
||||
|
||||
Nixie tubes have been out of production for nearly 30 years. And thanks to the recent revival of Nixie clocks, the price of large tubes has gone astronomical. So if you want your project anywhere near reasonably priced and reliable, there are really only 2 tubes you can choose from, IN-12 or IN-14:
|
||||
Nixie tubes have been out of production for nearly 30 years. And thanks to the recent revival of Nixie clocks, the price of large tubes has gone through the roof. So if you want your project anywhere near reasonably priced and reliable, there are really only 2 tubes you can choose from, IN-12 or IN-14:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user