Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 0890a1c (HEAD, master) README.me : Updates by kevin 2020-12-07 11:38:03 -0500
  • d1c21fa .gitignore : Initial commit. by kevin 2020-12-07 11:34:58 -0500
  • 3f2c611 picadae_solenoids_closeup_20191012_2.jpg : initial commit by kevin 2020-12-07 11:32:20 -0500
  • c5c95c5 tiny/i2c_timer_pwm_2.c,tinyMakefile : New firmware version with programmable hold delay. by kevin 2020-12-07 11:31:51 -0500
  • 37bb0cf 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. by kevin 2020-12-07 11:30:36 -0500
  • a3cda0b picadae_api.py,picadae_shell.py : Added 'flags' parameter and 'make_scale' API. by kevin 2020-12-07 11:28:06 -0500
  • d5f2157 README.md : Added image by kevin 2020-12-07 11:26:50 -0500
  • 6b4c988 tiny/README.md : Updates by kevin 2020-11-24 11:23:04 -0500
  • b90b5f5 app/README.md : Updates by kevin 2020-11-24 11:19:01 -0500
  • 3a2df46 tiny/README.md : Updates by kevin 2020-11-24 10:32:30 -0500
  • 5063f6b tiny/README.md : Updates by kevin 2020-11-24 10:06:02 -0500
  • d3ac756 tiny/README.md : Updates by kevin 2020-11-24 09:49:19 -0500
  • f0c7b21 README.md : Update by kevin 2020-11-24 08:40:52 -0500
  • e3a5a9a app/README.md,tiny/README.md,ctrl/READM.md : Initial commit. by kevin 2020-11-24 08:38:06 -0500
  • 5008c67 app/picadae_api.py, picadae_shell.py : Added set/get_hold_delay(). Fixed shell._read(). by kevin 2020-11-22 07:44:43 -0500
  • 78e533a tiny/i2c_timer_pwm.c : Added hold delay and other changes to validate operation after logic analyzer analysis. by kevin 2020-11-22 07:42:00 -0500
  • 8be49f9 LICENSE and COPYRIGHT : Initial commit. Added license notice to all code files and schematics. by kevin 2020-10-26 15:39:51 -0400
  • 53cfa25 README.md : Updated. by kevin 2020-10-24 14:02:58 -0400
  • fa39953 control/README.md : Initial commit. by kevin 2020-10-24 13:56:06 -0400
  • cc3614f kicad/keyboard.png : Updated by kevin 2020-10-21 16:48:38 -0400
  • 45e9921 kicad/README.md,keyboard.png,pedal.png : Add images to the kicad readme. by kevin 2020-10-21 16:38:01 -0400
  • 641da08 kicad/README.md : More updates. by kevin 2020-10-21 16:17:29 -0400
  • e5d0c83 README.md : initial commit. by kevin 2020-10-21 16:13:15 -0400
  • f575658 kicad/README.md : initial commit by kevin 2020-10-21 16:12:54 -0400
  • 72ac6b5 kicad/ : Initial commit by kevin 2020-10-21 15:32:14 -0400
  • 08b1671 picadae/app/picadae_api.py, picadae_shell.py : Updated PWM settters and getters. by kevin.larke 2019-11-18 09:37:45 -0500
  • 3851812 picadae/tiny/i2c_timer_pwm.c : Added 'hold_state' to cleanly set the enable/disable PCM. by kevin.larke 2019-11-18 09:36:58 -0500
  • db1ab31 picadae/ctrl/Makefile,main.c : Added code to allow ATMega2560 as target. by kevin.larke 2019-11-18 09:35:08 -0500
  • 3fbe3ad Clear TCNTx registers at start of attack and hold. Reverse polarity of hold output. by kevin.larke 2019-09-14 10:43:05 -0400
  • 766dc5d Added earlier and extended versions of picadae/tiny/i2c_timer_pwn*.c in the folder picadae/tiny/versions by kevin.larke 2019-09-01 13:11:21 -0400
  • 0719427 Added make_seq() to picadae_api.py and picadae_shell.py by kevin.larke 2019-09-01 13:09:23 -0400
  • 5ffd77d Added table writing (not yet tested) and removed 'repeat-mode'. by kevin.larke 2019-08-19 21:27:25 -0400
  • f24aec1 ctrl/main.c, tiny/i2c_timer_pwm.c : Updated comments. by kevin.larke 2019-08-07 21:52:23 -0400
  • 3e00b51 picadae_api.py : Implemented Table write and read. Added set/get_mode(). by kevin.larke 2019-08-07 21:51:50 -0400
  • 6dc45c0 Updates to support 16Mhz and reading from register memory from picadae_shell.py. by kevin.larke 2019-08-06 21:36:22 -0400
  • de586ca Updates for initial timer and pwm test on piccadae. by kevin.larke 2019-08-03 19:42:59 -0400
  • ffd46bf 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'. by kevin.larke 2019-07-20 19:25:06 -0400
  • 61758bb Initial working version of long interval timer and PWM under the control of picadae_cmd.py. by kevin.larke 2019-07-14 17:24:57 -0400
  • 04dc59e i2c_timer_pwm.c initial PWM initialization. by kevin.larke 2019-07-14 11:15:38 -0400
  • b018a10 Added picadae/ by kevin.larke 2019-07-06 21:59:39 -0400