diff --git a/README.md b/README.md index 8161aa5..b87d602 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ = Nixie Library for Arduino = -**The library depends on NixieOs library**: https://github.com/lexus2k/NixieOs. -Please download and install NixieOs also. - With this library you can easy develop software for Nixie Clock and create interesting sound and visual effects. The library contains all required modules to communicate with different peripherals hardware (RTC, sensors, tube drivers). The library was tested on Attiny85, Attiny45, Atmega168 and Atmega328p controllers. Nixie Library includes faster digitalWrite, analogRead functions implementations (nixiePinLow, nixiePinHigh, -nixieAnalogRead) for Atmega328p controllers. If you have questions, please -contact via email. +nixieAnalogRead) for Atmega328p controllers. The library uses millis() and micros() +functions. So, if you change TIMER0 settings, this will affect NixieLib behavior. +If you have questions, please contact via email. The library supports the following devices: * DS3231, DS3232 RTC chips @@ -23,6 +21,15 @@ The library supports the following devices: * RGB-LEDs (both PWM controlled and Software controlled) * LM35DZ temperature sensor +The library supports the following features: + + * Switching between states (state-machine tasks) + * Sending and processes events + ** System events: timers + ** User defined events + * Fast analog read functions (optimized for Atmega328p) + * Fast digital write functions (optimized for Atmega328p) + For more information about this library please visit https://github.com/lexus2k/nixielib. If you found any problem, please report to Issues section. diff --git a/docs/annotated.html b/docs/annotated.html index b0be07d..615939a 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -22,7 +22,7 @@
Nixie Library -  0.5.2 +  0.6.0
Nixie Library to develop Nixie Clock
@@ -72,17 +72,21 @@  CNixieAudioChannel  CNixieDisplay  CNixieDriver - CNixieHTU21 - CNixieLdrGl5528NixieLdrGl5528 interacts with light sensor - CNixieLed - CNixieMelody - CNixiePwmRgbLed - CNixieSoftRgbLed - CNixieTube - CSimpleClientI2c - CSNixieColor - CSNixieSamplingNote - CSNixieTempoNote + CNixieEvents + CNixieHTU21 + CNixieLdrGl5528NixieLdrGl5528 interacts with light sensor + CNixieLed + CNixieMelody + CNixieOsTime + CNixiePwmRgbLed + CNixieSoftRgbLed + CNixieTube + CSimpleClientI2c + CSNixieColor + CSNixieEventSNixieEvent describes content of single event + CSNixieSamplingNote + CSNixieStateInfo + CSNixieTempoNote diff --git a/docs/class_ds3231-members.html b/docs/class_ds3231-members.html index 7aa5f62..02adc10 100644 --- a/docs/class_ds3231-members.html +++ b/docs/class_ds3231-members.html @@ -22,7 +22,7 @@
Nixie Library -  0.5.2 +  0.6.0
Nixie Library to develop Nixie Clock
diff --git a/docs/class_ds3231.html b/docs/class_ds3231.html index 88b8b3d..cc46bb9 100644 --- a/docs/class_ds3231.html +++ b/docs/class_ds3231.html @@ -22,7 +22,7 @@
Nixie Library -  0.5.2 +  0.6.0
Nixie Library to develop Nixie Clock
diff --git a/docs/class_k155_i_d1-members.html b/docs/class_k155_i_d1-members.html index 7b9af33..38af708 100644 --- a/docs/class_k155_i_d1-members.html +++ b/docs/class_k155_i_d1-members.html @@ -22,7 +22,7 @@
Nixie Library -  0.5.2 +  0.6.0
Nixie Library to develop Nixie Clock
@@ -70,8 +70,7 @@ init(void)K155ID1virtual K155ID1(const uint8_t pins[])K155ID1inline K155ID1(const uint8_t pins[], uint8_t extendedCount)K155ID1inline - setExtendedPins(uint8_t value)K155ID1virtual - switchPin(uint8_t pin)K155ID1virtual + switchPin(uint8_t pin, uint8_t extendedPins)K155ID1virtual