Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
This commit is contained in:
parent
a147cee95f
commit
5563da6a62
65 changed files with 422 additions and 16 deletions
|
|
@ -126,6 +126,9 @@
|
|||
*/
|
||||
static inline void Joystick_Init(void);
|
||||
|
||||
/** Disables the joystick driver, releasing the I/O pins back to their default high-impedence input mode. */
|
||||
static inline void Joystick_Disable(void);
|
||||
|
||||
/** Returns the current status of the joystick, as a mask indicating the direction the joystick is
|
||||
* currently facing in (multiple bits can be set).
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue