M Hotchin

Results 7 issues of M Hotchin

Right now, libraries under development need to reside in the 'libraries' folder under the 'sketchbook' location. This works well enough for initial development, but is problematic for continuing development. For...

type: enhancement
topic: code

Allow inline declaration of TimeChangeRule. Saves 24 bytes RAM, does not affect current code. Instead of this: TimeChangeRule PDT = {"PDT", Second, Sun, Mar, 2, -7 * 60}; TimeChangeRule PST...

Added error checks on the sending and receiving of the NTP packets.

type: imperfection
topic: code

The underlying _udp object can fail its own 'begin()' call if no sockets are available. Have hit this case on Wiznet 5100 hardware with a webserver also running.

Issue type: enhancement - Board: Wemos D1 R32, Mega 2560 If the method `drawRGBBitmap(int16_t x, int16_t y, uint16_t *bitmap, int16_t w, int16_t h)` is changed to virtual, this allows *significant*...

A library I wrote has been rolled up into another library. Is there a way to 'deprecate' my library, so that users are pointed towards the newest version of the...

type: enhancement
topic: code