This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ------------------------------------------------------------- | |
* Project Name: Joystick and Matrix | |
* Author: ScottC | |
* Date: 08 March 2020 | |
* IDE version: 1.8.5 (Windows 10) | |
* Tutorial at: https://arduinobasics.blogspot.com/2020/03/matrix-and-joystick.html | |
* ------------------------------------------------------------ | |
*/ | |
#include <SPI.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------------- ---------------- | |
* HEADER FILE for BlinkMe | |
* Library Descriptionn: Simplifying LED blinking | |
* Library Name: BlinkMe | |
* | |
* Author: Scott C / ArduinoBasics | |
* Version: 1.0 | |
* Date Created: 28 Dec 2019 | |
-------------------------------------------------------------------*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*----------------------------------------------------------------- | |
* CPP FILE for BlinkMe | |
* Library Descriptionn: Simplifying LED blinking | |
* Library Name: BlinkMe | |
* | |
* Author: Scott C / ArduinoBasics | |
* Version: 2.0 | |
* Date Created: 28 Dec 2019 | |
-------------------------------------------------------------------*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Filename: blinkTest.ino | |
Example sketch: Testing the BlinkMe library | |
Author: Scott C / ArduinoBasics | |
Date: 28th Nov 2019 | |
Microcontroller: Arduino UNO | |
IDE Version: 1.8.5 (Windows 10) | |
https://github.com/ArduinoBasics/Arduino_Libraries/tree/master/BlinkMe | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========================================================================== | |
* Project: sprintf functionality | |
* Author: Scott C | |
* Date created: 06 May 2019 | |
* Arduino IDE version: 1.8.5 | |
* Operating System: Windows 10 Pro | |
* Tutorial Link: https://arduinobasics.blogspot.com/2019/05/sprintf-function.html | |
* | |
* Acknowledgements: | |
* The following resource was a key element of this tutorial: http://www.cplusplus.com/reference/cstdio/printf/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========================================================================== | |
* Project: ArduinoBasics Universal Remote | |
* Author: Scott C | |
* Date created: 09 March 2019 | |
* Arduino IDE version: 1.8.5 | |
* Operating System: Windows 10 Pro | |
* Tutorial Link: https://arduinobasics.blogspot.com/2019/04/universal-remote-grove-infrared-project.html | |
* | |
* Description: | |
* This project will turn an ordinary Keyes IR remote into a programmable multi-signal universal remote. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========================================================================== | |
* Project: ArduinoBasics Alcohol Detection Project | |
* Author: Scott C | |
* Date created: 17 December 2018 | |
* Arduino IDE version: 1.8.5 | |
* Operating System: Windows 10 Pro | |
* Tutorial Link: https//arduinobasics.blogspot.com/ | |
* | |
* ***WARNING*** : You should NEVER use this as a real life breathalyser. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========================================================================== | |
* Project: ArduinoBasics Digital Raincloud | |
* Author: Scott C | |
* Date created: 06 November 2018 | |
* Arduino IDE version: 1.8.5 | |
* Operating System: Windows 10 Pro | |
* Tutorial Link: https//arduinobasics.blogspot.com/ | |
* | |
* Description: | |
* A simple program written for the Rainbowduino 4x4x4 RGB LED cube (by Seeedstudio), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========================================================================== | |
* Project: ArduinoBasics WiFi Scanner | |
* Author: Scott C | |
* Date created: 16 September 2018 | |
* Arduino IDE version: 1.8.5 | |
* Operating System: Windows 10 Pro | |
* | |
* Description: | |
* The ESP-13 WiFi shield will create an Access Point that you can connect to | |
* using your phone/tablet/PC. Once connected via WiFi, navigate your browser |
NewerOlder