Commit Graph

122 Commits

Author SHA1 Message Date
Ton
6c5577ce52 stupid conversion shit 2024-03-06 14:30:35 +01:00
Ton
8e47bf6f53 OLED experiment 2024-03-06 11:26:32 +01:00
Ton
9a88317df6 eerste 2024-03-04 15:41:14 +01:00
Ton
12365d373e eerste 2024-03-04 15:11:17 +01:00
Alexander Richter
1f187d566e bugfix and small readme tweak 2024-02-12 17:53:48 +01:00
Alexander Richter
b3a3813d3b
Merge pull request #12 from ModuloFS/analog_read
Changed the Analog read function to more non blocking
2023-10-29 11:53:45 +01:00
ModuloFS
897a368c76 changed readAInputs() to non blocking code 2023-10-29 11:43:12 +01:00
ModuloFS
4f7dc4fd0e removed return value and changed local variable definition 2023-10-29 11:14:19 +01:00
theBohnanza
b7ce6e5071 removed Lpoti Bug
Lpotis didn't work because of wrong halpin Name.
also little tidy up
2023-10-24 23:16:19 +02:00
Alexander Richter
de38176a45
Merge pull request #6 from KennethThompson/main
Update README.md to correct typos
2023-10-24 10:07:11 +02:00
Ken Thompson
1d5ec93b81
Update README.md to correct typos
Just a handful of typo fixes
2023-10-23 21:49:31 -04:00
theBohnanza
a1a07a6bf0 fixed Bug
fixed a bug with Matrix Keyboards and Multiplexed LEDs.

Keyboard Inputs appeared as writabele and LED Outputs as unwritable. Now it is inverted,how it should be.
2023-10-22 19:52:35 +02:00
Alexander Richter
b0a17700ac
Merge pull request #4 from ModuloFS/define_buck
changed the #endif placement in the comalive function
2023-10-15 09:48:33 +02:00
ModuloFS
faf1a48677 changed the #endif statement in the comalive function 2023-10-13 22:54:31 +02:00
Alexander Richter
0ac8f49c68 linked Videos to the Playlist 2023-10-05 17:38:23 +02:00
Alexander Richter
5d6f996fae another small change, to display correctly on Github 2023-10-05 15:22:49 +02:00
Alexander Richter
6c1a40c442 removed bug in Readme.md 2023-10-05 15:19:43 +02:00
Alexander Richter
845dc11dc8 adding one more video 2023-10-05 15:15:38 +02:00
Alexander Richter
1f188a08fe included links to explanatory videos to readme 2023-10-05 15:10:44 +02:00
Alexander Richter
5d830f38eb fixed a bug with LPoti's and Binary Selector Switches 2023-10-04 16:15:04 +02:00
Alexander Richter
363e8582ef Merge branch 'keyboard_dev' 2023-09-23 17:05:55 +02:00
Alexander Richter
2fa2cf4265 making the code ready to merge with main 2023-09-23 17:05:27 +02:00
Alexander Richter
0f2a13acc7 removed Typo 2023-09-23 16:32:24 +02:00
Alexander Richter
5a60f79ad4 update 2D Matrix direction for multiplexed LEDs 2023-09-17 15:41:10 +02:00
Alexander Richter
ec99d21093 new version 2023-09-17 15:03:19 +02:00
Alexander Richter
2eaa6a2525 modifyed LED Multiplex Code. 2023-09-17 14:24:22 +02:00
Alexander Richter
142366491d Adapted Python Code to make it work too 2023-09-16 21:06:28 +02:00
Alexander Richter
6e44c697cc Disable MatrixLED Pullup Pins added 2023-09-16 20:38:05 +02:00
Alexander Richter
21699f23f9 more changes to multiplex LEDs 2023-09-16 16:50:36 +02:00
Alexander Richter
8346f020d9 Matrixkeyboard works in Arduino 2023-09-16 16:36:29 +02:00
Alexander Richter
117e4fd90b changed for panming's Keyboard 2023-09-13 18:14:14 +02:00
Alexander Richter
04840c0313 added multiplexed LED feature 2023-09-13 18:09:38 +02:00
Alexander Richter
b5fbee0c37 small adjustment to quadencoders in countup/down mode 2023-09-12 23:17:30 +02:00
Alexander Richter
ecfa92d5c4 Bugfixes 2023-09-12 22:57:52 +02:00
Alexander Richter
95a35bb1c9 updated py file 2023-09-05 13:38:42 +02:00
Alexander Richter
d2270c0fc9 reconnect feature added
after connection lost, Arduino will now reset and send Status again
2023-09-05 13:09:42 +02:00
Alexander Richter
0fdc117b74 made quadrature encoder setup little easyer 2023-08-25 07:33:15 +02:00
Alexander Richter
f45a9c0276 minor bugfixes
Status LED
Joystick Pin
2023-08-16 13:31:44 +02:00
Alexander Richter
a62ebed7e5 finally fixed the DLED instability Bug 2023-08-15 22:20:43 +02:00
Alexander Richter
b89c15434e DLED Stability Issue Bugfix 2023-08-15 18:33:10 +02:00
Alexander Richter
7dc5950b6a optimised DLED stability 2023-08-15 16:18:00 +02:00
Alexander Richter
c87f16a726 bugfixes 2023-08-15 14:47:15 +02:00
Alexander Richter
ba35bd7c9d decided to have some predefinded pins at startup 2023-08-15 13:15:57 +02:00
Alexander Richter
51c8660824 finalised bugfix 2023-08-14 13:25:17 +02:00
Alexander Richter
882f293723 changed Input Invert parameters 2023-08-14 13:10:11 +02:00
Alexander Richter
7f9a7f0b0d cleanup and removal of bugs 2023-08-14 12:54:41 +02:00
Alexander Richter
a89c250b11 Bug Fixing
removed some Upsi
2023-08-02 23:35:40 +02:00
Alexander Richter
07003f05db modifying Matrix Keyboards
fixed Bug with wrong Key mapping between arduino and Python script
added feature to write Macros / Text with one Key
2023-07-31 13:33:01 +02:00
Alexander Richter
74e146036e modified Readme 2023-07-25 22:09:37 +02:00
Alexander Richter
841a336b28 renamed Arduino.py to omit crashes with Arduino IDE 2023-07-23 18:46:50 +02:00