OmBlinker
Introductionclass to help send out timed repeating blinks, can be used to show IP address of the current connection. kind of silly, really, but I found it handy to blink out the last octet of 192.168.1.<what ip was i assigned?>. Member FunctionsaddBlinkpublic Discussionadd an On blink and an Off blink addDigitpublic Discussionadd several blinks to represent a digit 0 to 9, like 3 blinks for 3. NOTE: does zero blinks 10 times addInterjectionpublic DiscussionPlay a simple blink "on top of" the repeating pattern addNumberpublic Discussionadd blinks and pauses to play a number in decimal addOffTimepublic Discussionadd an Off blink (or extend the last pause) addOnTimepublic Discussionadd an On blink (or extend the last one) OmBlinkerpublic DiscussionBy default, OmBlinker won't blink, set to pin -1 to disable. Member DataoncePatternprotected DiscussionThis pattern would fire once, and then the repeating pattern resumes. repeatingPatternprotected DiscussionThis pattern just keeps repeating |