mmcwilliams
|
600a0abc72
|
Create and install main process lib to control the cmd.js module
|
2019-03-21 19:33:01 -04:00 |
mmcwilliams
|
fc3cc96cd8
|
Use the import Log = require() method of including log lib. This is cleaner and easier to read when parsing dependencies.
|
2019-03-21 18:03:53 -04:00 |
mmcwilliams
|
478799965e
|
Update log format, remove timestamp and use file "mcopy.log" in mcopy dir, not mcopy-cli.
|
2019-03-21 18:01:41 -04:00 |
mmcwilliams
|
099cd3052a
|
Refactor settings into Typescript class module.
Refactor devices into Typescript class module from object.
|
2019-03-21 18:00:34 -04:00 |
mmcwilliams
|
ea91ea5ff5
|
Remove console logging from arduino lib. Reject or throw to log errors
|
2019-03-21 15:59:50 -04:00 |
mmcwilliams
|
6a31eda3c4
|
Add label to cam, light and proj module logging
|
2019-03-21 15:57:16 -04:00 |
mmcwilliams
|
c563bf0dd3
|
Add a label argument to the log module.
|
2019-03-21 15:54:55 -04:00 |
mmcwilliams
|
f5f23284a3
|
Uncomment digital state interaction in proj module
|
2019-03-21 15:31:17 -04:00 |
mmcwilliams
|
1b6c56b2ad
|
Sequence module compiled
|
2019-03-21 15:06:37 -04:00 |
mmcwilliams
|
05d1bc3ae2
|
Refactor delay into typescript
|
2019-03-21 15:02:05 -04:00 |
mmcwilliams
|
e9ccdfc191
|
Refactor light module into typescript-compiled class
|
2019-03-21 15:01:29 -04:00 |
mmcwilliams
|
dc080b8566
|
Refactor proj module into typescript-compiled proj module.
|
2019-03-21 15:00:47 -04:00 |
mmcwilliams
|
56aba1eaba
|
Refactor cam module into cam module.
|
2019-03-21 14:59:46 -04:00 |
mmcwilliams
|
c276525d3a
|
Refactor arduino library as a class, using Typescript now.
|
2019-03-21 14:58:52 -04:00 |
mmcwilliams
|
fce259d29b
|
Create a "digital" module, moving the "dig" object from the main.js process to it's own class.
|
2019-03-21 14:58:00 -04:00 |
mmcwilliams
|
4236651a09
|
Move all relevant code into comments
|
2019-03-20 15:33:51 -04:00 |
mmcwilliams
|
fe85cc1b37
|
Re-write of the sequence module will require incorporating more moving parts than I anticipated. I will move forward with the temporary rewrite and then later focus on the long-term rewrite.
|
2019-03-20 15:30:45 -04:00 |
mmcwilliams
|
d308b8a59e
|
Merge remote-tracking branch 'origin/master'
|
2019-03-19 22:33:23 -04:00 |
mmcwilliams
|
cc227e9a66
|
Rewrite seq.js front-end "module" as a main process module in the lib. Can be used by the CLI without a second rewrite. Remove all DOM logic, but make API compatible with seq.js so GUI does not have to change.
|
2019-03-19 22:33:15 -04:00 |
mmcwilliams
|
46da2e6541
|
Add the new firmware identifiers as accepted responses. Also add text identifiers for firmware identified as the 4 new types.
|
2019-03-18 17:21:17 -04:00 |
mmcwilliams
|
9b4525e5a7
|
Refactor logFile function for readability.
Add comments to the log library. Build logs.
|
2019-03-18 16:50:40 -04:00 |
mmcwilliams
|
15bb696b59
|
Await log require in cli app because of changes to local module.
|
2019-03-08 22:33:23 -05:00 |
mmcwilliams
|
ede29216f7
|
Update arduino lib in app and cli
|
2019-03-08 22:32:25 -05:00 |
mmcwilliams
|
faeddb84ab
|
Build log
|
2019-03-08 22:31:51 -05:00 |
mmcwilliams
|
87f3bcef6f
|
Copy build libraries to cli app
|
2019-03-08 22:31:29 -05:00 |
mmcwilliams
|
c3f24b125e
|
Update cli description
|
2019-03-04 22:10:23 -05:00 |
mmcwilliams
|
7a901b31c4
|
Add log to device module. This cli app is turning into a dog fast. Need to take a step back and reconsider.
|
2019-02-26 21:57:43 -05:00 |
mmcwilliams
|
a5a9a4ea86
|
Refactor arduino module to not use the mcopy. prefix. This should really be a class, not an object. We'll get there.
|
2019-02-26 21:55:52 -05:00 |
mmcwilliams
|
b19b20dad9
|
Use exit and arduino modules properly
|
2019-02-26 21:54:04 -05:00 |
mmcwilliams
|
bc9e882a37
|
Install exit module
|
2019-02-26 21:10:11 -05:00 |
mmcwilliams
|
fa477aec83
|
Install exit module in cli app
|
2019-02-26 21:09:35 -05:00 |
mmcw-dev
|
955e49fff2
|
Add exit module to cli tool
|
2019-02-25 20:24:42 -05:00 |
mmcwilliams
|
48b86ebc93
|
Got basic arduino functionality working. Can enumerate devices.
|
2019-02-24 08:45:13 -05:00 |
mmcwilliams
|
bee40965b1
|
Make modules local because modules in /app directory are recompiled for electron. Throws error on load in node 10.
|
2019-02-24 08:32:16 -05:00 |
mmcwilliams
|
bf3adec727
|
Interpret mscript commands on input.
|
2019-02-24 08:22:59 -05:00 |
mmcwilliams
|
56a83615a9
|
Begin mcopy-cli for a simple command line interface
|
2019-02-24 08:13:47 -05:00 |