OmEspHelpers
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 COmBlinkerClass 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?>
 COmEepromWrapper for eeprom, lets you structure fields and check signature
 COmEepromField
 COmIByteStream
 COmBase64StreamGiven a consumer, feed in bytes and put out base64 bytes. call done() to emit the last bit of padding. Adapted liberally from * http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/base64.c
 COmBitmap1BmpStreamClass to stream a 1-bit .bmp bitmap file, as you feed it pixel by pixel
 COmBitmap24BmpStreamClass to stream a 24-bit .bmp pixel map file, as you feed it pixel by pixel
 COmPrintfStream
 COmWebServerManages wifi connection, and forwarding http requests to a handler, typically OmWebPages
 COmXmlWriter
 CXmlContentEscaper
 COmLog
 COmNtp
 COmOtaClass
 COmRequestInfo
 COmRotaryEncoder< pinD0, pinD1, pinB >
 COmWebPageItem
 COmWebPagesA class that routes and serves web pages, and manages control values, typically works with OmWebServer for the network interface
 COmWebRequest
 COmWebServerPrivatesThis class reduces clutter in the public header file
 CPage
 CPageItem
 CHtmlItemCall the HtmlProc to render balanced HTML
 CPageButton
 CPageCheckboxes
 CPageColor
 CPageLink
 CPageSelect
 CPageSliderShow a visual slider, which call back on changes
 CPageTimeShow a visual time input, which call back on changes
 CStaticHtmlItem
 CReference