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

commented out test schedule to driver 0

This commit is contained in:
gstellenberg
2009-09-27 00:15:52 -05:00
parent a70a8ea59c
commit fc32faea75

View File

@@ -206,7 +206,7 @@ int main(int argc, const char **argv)
//PRDriverPulse(proc, 53, 100);
// Schedule a feature lamp for testing purposes.
PRDriverSchedule(proc, 80, 0xFF00FF00, 0, 0);
PRDriverSchedule(proc, 0, 0xFF00AAAA, 1, 1);
//PRDriverSchedule(proc, 0, 0xFF00AAAA, 1, 1);
// Pitter-patter a feature lamp for testing purposes.
//PRDriverPatter(proc, 84, 127, 127, 0);
PRFlushWriteData(proc);