Fixed comment

This commit is contained in:
Kristian Sloth Lauszus 2018-09-11 10:27:40 +02:00
parent ad34d5035f
commit 87810e31f1

View file

@ -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);