* Some basic work on connecting modules

This commit is contained in:
Bryan Ashby 2015-03-23 23:12:19 -06:00
parent 810f001901
commit d1b0663b5d
7 changed files with 109 additions and 17 deletions

View file

@ -209,7 +209,7 @@ function clearScreen() {
}
function resetScreen() {
return exports.goHome() + exports.eraseData(2);
return exports.goHome() + exports.reset() + exports.eraseData(2);
}
function normal() {