From 033b3961dae58f9c63d97457a845ee77d0ae2829 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 5 Apr 2011 00:47:54 +0200 Subject: [PATCH] alter comments --- software/device.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/software/device.py b/software/device.py index 09d5528..6a43fa3 100644 --- a/software/device.py +++ b/software/device.py @@ -19,11 +19,9 @@ class Device: custom_match = lambda e: \ usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN) -# TODO: VERSION ? # TODO: PWM # TODO: SPI -# TODO: SETPINS -# TODO: CLEARPINS +# TODO: SET/CLEAR PINS def state(self): # TODO: format?