jehankandt
Published © Apache-2.0

Creating Library with Arduino

Create you own library in Arduino

ExpertFull instructions provided233
Creating Library with Arduino

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
5 mm LED: Red
5 mm LED: Red
×10
Resistor 220 ohm
Resistor 220 ohm
×10
Breadboard (generic)
Breadboard (generic)
×1
Jumper wires (generic)
Jumper wires (generic)
×1

Software apps and online services

Arduino IDE
Arduino IDE
Arduino Web Editor
Arduino Web Editor

Story

Read more

Schematics

Arduino Jehankandy Library

Arduino Jehankandy Library

Code

Arduino Jehankandy Library

C/C++
Arduino Jehankandy Library
//............................JEHANKANDY..........................................
//......................DEVELOP BY : JEHANKANDY...................................
//..................LIBRARY FOR ARDUINO LED PATTERNS..............................

//................http://www.jehankandy.com.......................................

#include <Jehankandy.h>

Jehankandy jehan(2,3,4,5,6,7,8,9,10,11);
void setup() {
  jehan.PinSetup();
}

void loop() {
  jehan.pat1();
  jehan.pat2();
  jehan.pat3();
  jehan.pat4();
  jehan.pat5();
   
}

//....................thank you for downloading my library..................
//............................JEHANKANDY....................................

Credits

jehankandt
21 projects • 8 followers
Contact

Comments

Please log in or sign up to comment.