adjusted some comments

This commit is contained in:
dekunukem
2018-08-08 11:20:39 +01:00
parent e34839af71
commit 7238f36a78
4 changed files with 11 additions and 11 deletions

View File

@@ -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);
}

View File

Binary file not shown.

View File

@@ -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);
}

View File

@@ -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:
![Alt text](resources/tubes.jpg)