//! Blinky
//!
//! This example demonstrates how to blink "pin 13" which comes default
//! with the teensy-4.0 as the on-board orange LED. It relies on the
//! phys module which holds all the logic for interfacing with on-board
//! peripherals.
extern crate teensycore;
use *;
use *;
main!;