add suppport for the joystiic, adjust planck i2c settings
This commit is contained in:
parent
5c2ac733af
commit
d2856529ce
8 changed files with 227 additions and 4 deletions
26
drivers/qwiic/joystiic.h
Normal file
26
drivers/qwiic/joystiic.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* Copyright 2018 Jack Humbert <jack.humb@gmail.com>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "i2c_master.h"
|
||||
|
||||
void joystiic_update_kb(uint16_t horizontal, uint16_t vertical, bool button);
|
||||
void joystiic_update_user(uint16_t horizontal, uint16_t vertical, bool button);
|
||||
void joystiic_trigger_kb(uint8_t trigger, bool active);
|
||||
void joystiic_trigger_user(uint8_t trigger, bool active);
|
||||
|
||||
void joystiic_init(void);
|
||||
void joystiic_task(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue