Thanks to visit codestin.com
Credit goes to github.com

Skip to content

msommacal/KeyboardFr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyboardFr

KeyboardFr is a fork of the Keyboard Library for Arduino. This library allows an Arduino board with USB capabilities to act as a Keyboard (with AZERTY support).

Arduino Leonardo

For more information, please refer to the Keyboard Library documentation (available here).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Installing

Go to your Arduino libraries folder, depending on your system:

  • Linux: cd ~/sketchbook/librairies/
  • Windows: cd C:\Users\%USERNAME%\Documents\Arduino\librairies\

Then you can clone the git project:

git clone https://github.com/msommacal/KeyboardFr.git

Usage

To include the library in one of your sketchbooks, simply use the following instruction:

#include "KeyboardFr.h"

An example of use is available in the examples folder.

License

This project is licensed under the GNU Lesser General Public License - see the LICENSE.md file for details.

About

Fork, with AZERTY support, of Keyboard Library for Arduino.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%