Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Example Arduino library with a simple blinking LED function. Used as a starter template

Notifications You must be signed in to change notification settings

DevDungeon/BlinkyLEDArduinoLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlinkyLED

An example Arduino library that provides a couple basic functions for controlling the built-in LED on boards.

https://github.com/DevDungeon/BlinkyLEDArduinoLibrary

Packaging

Just zip up all the contents a .zip or download this repository as a .zip from GitHub.

Using library

In Arduino IDE menu, go to Sketch -> Includ Libray -> Add ZIP Library.

After including it, you can add the include headers to your current sketch with Sketch -> Include Library -> BlinkyLED.

Running examples

You can open the example from the Arduino IDE by going to the menu File -> Examples -> BlinkyLED -> blinky_example.

Further reading

See my Arduino CLI Tutorial and Arduino Libraries Tutorial for more information about using libraries, compiling, and uploading.

About

Example Arduino library with a simple blinking LED function. Used as a starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages