-
Notifications
You must be signed in to change notification settings - Fork 18
/
LICENCE
22 lines (21 loc) · 938 Bytes
/
LICENCE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
JoystickShield - Arduino Library for JoystickShield (http://hardwarefun.com/projects/joystick-shield)
Copyright 2011 Sudar Muthu (email : [email protected])
*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <[email protected]> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer or coffee in return - Sudar
* ----------------------------------------------------------------------------
* 2014 edit by Markus Mücke, muecke.ma(a)gmail.com
* Changes for JoysikShield V1.2
* added a function to read the amplitude of the joystick
* added a auto calibrate function for 3.3V and 5V mode
*
* Added functions:
* Functions for F and E Button
* Calibrate Joystick
* xAmplitude
* yAmplitude
*/