led_RGB

Files at this revision

API Documentation at this revision

Comitter:
ht
Date:
Thu Jul 13 02:52:52 2017 +0000
Parent:
2:f1ae9529e6ee
Commit message:
Blink???????????

Changed in this revision

Low_device.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Low_device.cpp	Sat Feb 27 09:41:48 2016 +0000
+++ b/Low_device.cpp	Thu Jul 13 02:52:52 2017 +0000
@@ -28,7 +28,6 @@
     LED_3 = led & 0x1;
     LED_2 = ( led >> 1 ) & 0x1;
 }
-
 //PEACH_button_get(on GR-PEACH board)
 //------------------------------------------------------------------//
 unsigned int Low_device::peach_button_get( void )