Skip to content

Maddy0723/simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Function

Simple-Function is a custom Arduino library developed to simplify serial communication and user input handling for beginners and developers.

Features

  • readInt()
  • readFloat()
  • readDouble()
  • readChar()
  • readString()
  • cl() print function
  • Beginner friendly
  • Simplified Arduino programming

Installation

  1. Download this repository as ZIP
  2. Open Arduino IDE
  3. Go to: Sketch → Include Library → Add .ZIP Library
  4. Select downloaded ZIP file

Example

#include <simple.h>

void setup() {
  cl("Simple-Function Ready!");

  int age = readInt("Enter Age:");
  cl(age);
}

void loop() {

}

About

Custom Arduino library for simplified serial communication and user input handling.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors