kmorgan2 / ResTool-NXT

Computer Repair and Troubleshooting utility for ResTech, a department of NIU Housing and Dining
1 stars 1 forks source link

Auto Helper Functions #16

Closed kmorgan2 closed 9 years ago

kmorgan2 commented 9 years ago

Write the following functions:

kmorgan2 commented 9 years ago

Wrote _start, _end, placed in Helpers region Created new region AutoHelpers, and placed _automode and _appendautolog there Wrote helper methods _autoallclear (determines if all scans have returned a 0), _autorun(runs a scan based on a shortcode), _getnextscan (returns the next-in-line scan based on the last scan recorded), _writelastscan (stores the last scan ran or skipped in the registry for future use) All those methods are in the AutoHelpers region, along with _readregstats and _writeregstats which were previously in the Helpers region. Will be present in 0.1.141211.0

kmorgan2 commented 9 years ago

Done in 0.1.141211.0