Skip to content

Commit 02900f7

Browse files
committed
Changed library name to Arduino XInput Lib
No longer just for the Teensy!
1 parent 127ed37 commit 02900f7

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# TeensyXInput
1+
# Arduino XInput Library

examples/BasicGamepad/BasicGamepad.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

examples/Blink/Blink.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

examples/TestAll/TestAll.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

examples/WiiClassicController/WiiClassicController.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map For Teensy XInput
2+
# Syntax Coloring Map For Arduino XInput Library
33
#######################################
44

55
#######################################

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=Teensy XInput
1+
name=XInput
22
version=0.0.1
33
author=David Madison
44
maintainer=David Madison
5-
sentence=Library for emulating an Xbox 360 controller with Teensyduino.
6-
paragraph=Library for emulating an Xbox 360 controller with Teensyduino.
5+
sentence=Library for emulating an Xbox controller over USB.
6+
paragraph=Requires a compatible board configuration with the proper USB descriptors.
77
category=Communication
8-
url=https://github.com/dmadison/TeensyXInput
8+
url=https://github.com/dmadison/ArduinoXInput
99
architectures=*
1010
includes=XInput.h

src/XInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/XInput.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Project Teensy XInput Library
2+
* Project Arduino XInput Library
33
* @author David Madison
4-
* @link github.com/dmadison/TeensyXInput
4+
* @link github.com/dmadison/ArduinoXInput
55
* @license MIT - Copyright (c) 2018 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)