1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00
Commit Graph

240 Commits

Author SHA1 Message Date
Adam Preble
045152f973 Snapshot of progress adding DisplayController and other DMD classes. 2009-07-02 19:25:18 -04:00
gstellenberg
71255a0034 Merge branch 'master' of git@github.com:preble/P-ROC 2009-06-28 22:35:58 -05:00
gstellenberg
1c0a034d9a removing unused files. 2009-06-28 22:35:04 -05:00
gstellenberg
6b810edd78 Added pinprocfw, a utility to verify/update the P-ROC's firmware (FPGA image). 2009-06-28 22:33:02 -05:00
Adam Preble
ac90247902 Implemented ProgressiveDropTargetBank. Moved some procgame methods/vars to be private. Added enable_flippers(); load_config() no longer does this automatically. 2009-06-25 19:47:45 -04:00
Adam Preble
817ff655c1 Added BasicDropTargetBank mode. Reorganized procgame module. 2009-06-23 21:50:54 -04:00
Adam Preble
b106f44e8a Python progress. Bugfix in PRDevice.cpp. 2009-06-22 18:31:38 -04:00
Adam Preble
f5a65921c9 Updated instructions to reflect libusb-1.0. More JD.yaml. 2009-06-21 15:36:18 -04:00
Adam Preble
c9fccd7c6a Merge branch 'master' of git@github.com:preble/P-ROC 2009-06-21 12:03:35 -04:00
gstellenberg
3926fbb84e Resolved a number of build issues with WIN32 builds 2009-06-12 10:03:18 -05:00
gstellenberg
a2cf25620b Resolved a number of build issues with WIN32 builds 2009-06-12 10:00:20 -05:00
gstellenberg
b1ce47989c Resolved a number of build issues with WIN32 builds 2009-06-12 09:57:00 -05:00
gstellenberg
789ac049db Resolved a number of build issues with WIN32 builds 2009-06-12 09:47:43 -05:00
Adam Preble
09b77068ea Python: Added procgame, various driver and switch calls to pypinproc. 2009-06-07 14:47:20 -04:00
gstellenberg
419269a60d Added D2XX support 2009-06-01 11:07:56 -05:00
gstellenberg
f1e47d6a75 Merge branch 'master' of git@github.com:preble/P-ROC 2009-05-31 17:32:40 -05:00
gstellenberg
7543c30881 Added public PRWriteData and PRReadData for low level debug 2009-05-31 17:32:29 -05:00
Adam Preble
cb95bc6984 Merged in from master. 2009-05-31 17:49:41 -04:00
Adam Preble
cd1d74db81 Added missing switch matrix formula for PRDecode(). 2009-05-31 17:29:03 -04:00
Adam Preble
c91d32dc3f Added PRDecode(), updated TZ.yaml to reflect it. 2009-05-31 17:23:09 -04:00
Adam Preble
722acd667a Python interface: Added driver_schedule. More TZ coils. 2009-05-31 16:35:04 -04:00
Adam Preble
084c9160a5 Resolved conflict in PRDevice.cpp. Also bringing in Ruby and Python ext progress. 2009-05-31 13:12:21 -04:00
Adam Preble
33351abf41 Added & integrated PRDriverLoadMachineTypeDefaults(). 2009-05-31 13:05:32 -04:00
gstellenberg
63053bd097 Updated current switch states display 2009-05-31 11:46:40 -05:00
gstellenberg
1045923258 Merge branch 'switch_dev' 2009-05-31 11:26:01 -05:00
gstellenberg
2fc0732908 Implemented PRSwitchGetStates to retrieve the current state of each switch 2009-05-31 11:25:09 -05:00
Adam Preble
1e1312c73f Merge branch 'master' into python 2009-05-31 11:34:52 -04:00
Adam Preble
e0b78373c9 Fixed accidental additions to pinproctest.cpp. 2009-05-31 11:11:39 -04:00
Adam Preble
71fc6c9b52 Added PRGetLastErrorText(). 2009-05-31 10:47:51 -04:00
Adam Preble
301f3aa26b Split out pinproctest into module-related files. 2009-05-30 16:43:15 -04:00
gstellenberg
61b791af8a Merge branch 'master' of git@github.com:preble/P-ROC 2009-05-30 14:14:20 -05:00
gstellenberg
2276fcf248 Fixed compile error with new Stern code 2009-05-30 14:13:56 -05:00
Adam Preble
87d5b17c74 Added kPRLogVerbose. 2009-05-30 15:08:14 -04:00
Adam Preble
269ad3df71 Added PRLogSetLevel() implementation. 2009-05-30 14:57:42 -04:00
Adam Preble
87c73a1f06 Added log levels. Fixed bug in PRDevice::Open() if VerifyChipID() worked the first time. 2009-05-30 14:43:48 -04:00
gstellenberg
843c1329e1 Merge branch 'master' of git@github.com:preble/P-ROC 2009-05-30 13:18:47 -05:00
gstellenberg
35e29e3cab Added Stern parameters to ConfigureDrivers() 2009-05-30 13:18:36 -05:00
Adam Preble
495d688106 Changed outputDriverTime to 8 bits. Also changed Pulse function param. 2009-05-30 14:07:24 -04:00
Adam Preble
4af6746a56 Merge branch 'master' into ruby 2009-05-30 11:14:22 -04:00
Adam Preble
8e65a15a68 pinproctest now checks return value of LoadConfiguration(). 2009-05-29 22:24:39 -04:00
Adam Preble
afc63b4460 Added setting of FTDI latency timer to improve PRHardwareRead() times that were slowing down reading switch events. 2009-05-29 21:41:47 -04:00
Adam Preble
f3a71b7a6f pinproctest: Expanded YAML format to allow for fields inside of each PRSwitches/PRLamps/PRCoils entry. Added use of 'number' field. Added TZ.yaml. 2009-05-29 19:54:11 -04:00
Adam Preble
579d3532ea Fixed calls to PRSwitchUpdateRule() that weren't supposed to have drivers linked. 2009-05-29 19:09:38 -04:00
gstellenberg
528d3b4842 Made FlushWriteData public. 2009-05-29 12:14:51 -05:00
gstellenberg
a8f8e17824 Added call to PRFlushWriteData at the end of each run loop. 2009-05-29 12:14:24 -05:00
gstellenberg
c080334515 Added PRFlushWriteData 2009-05-29 12:13:58 -05:00
gstellenberg
183046ce8c Added PRFlushWriteData 2009-05-29 12:13:53 -05:00
gstellenberg
375f2f4005 Implement ganged writes to improve USB utilization 2009-05-29 12:05:25 -05:00
gstellenberg
dc8ec90ab5 Changed slingshot coil numbers to reflect updated WPC mappings 2009-05-28 23:16:06 -05:00
gstellenberg
1cf8101b19 Changed WPC coil mappings again. Previous change lost in a merge 2009-05-28 23:05:58 -05:00