8 Commits

Author SHA1 Message Date
jonny_jr9
1ee8e2cfbe Rework README, Update connection-plan
Readme:
    - new structure
    - remove unnecessary content
    - add current features

connection-plan:
    - Fix / Change pin assignments, matches config now
    - Extend wiring-plan (Armchair section, box-wireframes, connectors)

function-diagram:
    - fix typos in joystick mapping
2024-02-27 15:23:57 +01:00
jonny_jr9
96d627c217 Update README
minor changes
2023-09-27 14:53:29 +02:00
jonny_l480
73ad36bb2d Update joystick config, Add option JOYSTICK_LOG_IN_IDLE
- add more debug output in joystick getData function
- update joystick config with new min/max values while testing
    => fixed bugged movement (joystick unusable) after winter
- bump esp-idf version since successfully compiled with 4.4.4
2023-05-27 11:11:13 +02:00
jonny_l480
06d6138917 Update Readme: http usage, Connection-plan: add Date
Readme
- add todo section
- add http usage

Add date to connection plan
2023-05-14 12:30:45 +02:00
jonny_ji7
bbe26a3823 Add button cmd x12: alternative joystick mapping
New command and feature also made some  general changes to control and button necessary

joystick.cpp:
  - add optional parameter to joystick_CommandsDriving function
    bool altStickMapping (default false)
    if true this currently swaps BOTTOM_LEFT with BOTTOM_RIGHT for experimental
    different joystick mapping

button.cpp:
  - fix/move variable declaration outside of switch
  - add 12x case: send count to control task

control.cpp:
  - create new section in handle loop for button events
  - move x1 commands from JOYSTICK and MASSAGE case to new button
    section
  - remove unnecessary variable buttonEvent (only using buttonCount now)
  - add functionality to 12x button event -> toggle alternative stick
    mapping

readme.md:
  - add new x12 button command
2022-07-26 09:53:37 +02:00
jonny_ji7
1c3576206a Add button commands; Update Readme
button.cpp:
- Add command: reboot when long button press
- Add command: switch to mode JOYSTICK with 3x press

Readme:
 - rework table with switch functions
 - add new commands to table
 - add drink holder to planned features

joystick.cpp:
 - fix bug: missing 'break;' for switch case in function joystick_CommandsShaking
2022-07-25 22:45:59 +02:00
jonny_ji7
9061b267ab Update readme: add instructions for react app
add compile and installation instructions
add table with current button commands
2022-06-18 11:28:07 +02:00
jonny_ji7
1b163259ec Create README.md: Instructions, Documentation
- Add brief description
- Add installation and compilation instructions
- Add links to websites and connection-plan
- Add planned features
- Add Usage section with usage description of old firmware
2022-06-04 22:05:09 +02:00