mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed comment
This commit is contained in:
parent
ad34d5035f
commit
87810e31f1
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ public:
|
|||
* Used to get the analog value from button presses.
|
||||
* @param b The ::ButtonEnum to read.
|
||||
* The supported buttons are:
|
||||
* ::UP, ::RIGHT, ::DOWN, ::LEFT, ::L1, ::L2, ::R1, ::R2,
|
||||
* ::TRIANGLE, ::CIRCLE, ::CROSS, ::SQUARE, and ::T.
|
||||
* ::L2 and ::R2.
|
||||
* @return Analog value in the range of 0-255.
|
||||
*/
|
||||
uint8_t getAnalogButton(ButtonEnum b);
|
||||
|
|
Loading…
Reference in a new issue