Blynk Example Builder Update

It contains examples for widgets like Bridge Email, GPS Stream, RTC, Table, Twitter, Timer etc that don’t exist anymore…

image

and Notification examples that use the Blynk.notify method instead of events…

    // Note:
    //   We allow 1 notification per 5 seconds for now.
    Blynk.notify("Yaaay... button is pressed!");

Pete.