Skip to content

Instantly share code, notes, and snippets.

@brewmanz
brewmanz / ShowInfo.ino
Created March 8, 2022 04:05 — forked from abderraouf-adjal/ShowInfo.ino
Show what the Arduino has to tell you, Info & speed
// -----------------------------------------------------
// Arduino ShowInfo
// Show what the Arduino has to tell you.
//
// 10 April 2012: Extra speed tests,
// and a few other additions.
// 17 April 2012: The name 'ADCW' is preferred over 'ADC'.
// 23 April 2012: Changed PB5 into PORTB5.
// 1 July 2012 : Added i2c_scanner.
// More speed tests.