Commit Graph

  • db7cfd92b5 Update README master kevin 2024-08-30 12:58:59 -0400
  • 00379c4293 Update parts list and README.md kevin 2024-08-30 12:54:55 -0400
  • 1c187062a3 Added parts list. kevin 2024-08-30 12:45:50 -0400
  • 0890a1cb70 README.me : Updates kevin 2020-12-07 11:38:03 -0500
  • d1c21fa48f .gitignore : Initial commit. kevin 2020-12-07 11:34:58 -0500
  • 3f2c611248 picadae_solenoids_closeup_20191012_2.jpg : initial commit kevin 2020-12-07 11:32:20 -0500
  • c5c95c5f97 tiny/i2c_timer_pwm_2.c,tinyMakefile : New firmware version with programmable hold delay. kevin 2020-12-07 11:31:51 -0500
  • 37bb0cf065 tiny/usiTwiSlave.h/c : Make usi_onRequestPtr,usi_onRecievePtr extern and include <stdddef.h> to fix compilation errors apparently caused by new version of compiler. kevin 2020-12-07 11:30:36 -0500
  • a3cda0b908 picadae_api.py,picadae_shell.py : Added 'flags' parameter and 'make_scale' API. kevin 2020-12-07 11:28:06 -0500
  • d5f215727a README.md : Added image kevin 2020-12-07 11:26:50 -0500
  • 6b4c98869b tiny/README.md : Updates kevin 2020-11-24 11:23:04 -0500
  • b90b5f5f49 app/README.md : Updates kevin 2020-11-24 11:19:01 -0500
  • 3a2df46212 tiny/README.md : Updates kevin 2020-11-24 10:32:30 -0500
  • 5063f6b83f tiny/README.md : Updates kevin 2020-11-24 10:06:02 -0500
  • d3ac756bbd tiny/README.md : Updates kevin 2020-11-24 09:49:19 -0500
  • f0c7b2136d README.md : Update kevin 2020-11-24 08:40:52 -0500
  • e3a5a9a6fa app/README.md,tiny/README.md,ctrl/READM.md : Initial commit. kevin 2020-11-24 08:38:06 -0500
  • 5008c67002 app/picadae_api.py, picadae_shell.py : Added set/get_hold_delay(). Fixed shell._read(). kevin 2020-11-22 07:44:43 -0500
  • 78e533a61f tiny/i2c_timer_pwm.c : Added hold delay and other changes to validate operation after logic analyzer analysis. kevin 2020-11-22 07:42:00 -0500
  • 8be49f95d0 LICENSE and COPYRIGHT : Initial commit. Added license notice to all code files and schematics. kevin 2020-10-26 15:39:51 -0400
  • 53cfa25221 README.md : Updated. kevin 2020-10-24 14:02:58 -0400
  • fa39953cc4 control/README.md : Initial commit. kevin 2020-10-24 13:56:06 -0400
  • cc3614f55e kicad/keyboard.png : Updated kevin 2020-10-21 16:48:38 -0400
  • 45e9921311 kicad/README.md,keyboard.png,pedal.png : Add images to the kicad readme. kevin 2020-10-21 16:38:01 -0400
  • 641da08c64 kicad/README.md : More updates. kevin 2020-10-21 16:17:29 -0400
  • e5d0c833e7 README.md : initial commit. kevin 2020-10-21 16:13:15 -0400
  • f575658faf kicad/README.md : initial commit kevin 2020-10-21 16:12:54 -0400
  • 72ac6b56f0 kicad/ : Initial commit kevin 2020-10-21 15:32:14 -0400
  • 08b1671d74 picadae/app/picadae_api.py, picadae_shell.py : Updated PWM settters and getters. kevin.larke 2019-11-18 09:37:45 -0500
  • 3851812b8e picadae/tiny/i2c_timer_pwm.c : Added 'hold_state' to cleanly set the enable/disable PCM. kevin.larke 2019-11-18 09:36:58 -0500
  • db1ab31279 picadae/ctrl/Makefile,main.c : Added code to allow ATMega2560 as target. kevin.larke 2019-11-18 09:35:08 -0500
  • 3fbe3ad019 Clear TCNTx registers at start of attack and hold. Reverse polarity of hold output. kevin.larke 2019-09-14 10:43:05 -0400
  • 766dc5d6a6 Added earlier and extended versions of picadae/tiny/i2c_timer_pwn*.c in the folder picadae/tiny/versions kevin.larke 2019-09-01 13:11:21 -0400
  • 0719427eb5 Added make_seq() to picadae_api.py and picadae_shell.py kevin.larke 2019-09-01 13:09:23 -0400
  • 5ffd77da17 Added table writing (not yet tested) and removed 'repeat-mode'. kevin.larke 2019-08-19 21:27:25 -0400
  • f24aec16e6 ctrl/main.c, tiny/i2c_timer_pwm.c : Updated comments. kevin.larke 2019-08-07 21:52:23 -0400
  • 3e00b5110d picadae_api.py : Implemented Table write and read. Added set/get_mode(). kevin.larke 2019-08-07 21:51:50 -0400
  • 6dc45c0127 Updates to support 16Mhz and reading from register memory from picadae_shell.py. kevin.larke 2019-08-06 21:36:22 -0400
  • de586ca2e3 Updates for initial timer and pwm test on piccadae. kevin.larke 2019-08-03 19:42:59 -0400
  • ffd46bf3b6 picadae_cmd.py : changed serial output to show all received data in integer format. ctrl/main.c : write commands now send as many data bytes as received rather than just 2. tiny/main.c : Added timer0 and PCM1 options. Added table and EEPROM reading/writing. tiny/Makefile: Enabled 'brown-out-detection'. kevin.larke 2019-07-20 19:25:06 -0400
  • 61758bb9de Initial working version of long interval timer and PWM under the control of picadae_cmd.py. kevin.larke 2019-07-14 17:24:57 -0400
  • 04dc59ee48 i2c_timer_pwm.c initial PWM initialization. kevin.larke 2019-07-14 11:15:38 -0400
  • b018a107d2 Added picadae/ kevin.larke 2019-07-06 21:59:39 -0400