Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: color.h
- Revision:
- 5:f90bd93f8558
- Parent:
- 3:04f6fe153dbc
- Child:
- 6:c28aa7d26eba
--- a/color.h Tue Mar 01 15:56:22 2016 +0000 +++ b/color.h Wed Mar 02 05:18:58 2016 +0000 @@ -4,7 +4,7 @@ CAN can1(p30, p29); /*IO通信用*/ -DigitalIn blue_pin(p26); + DigitalIn white_pin(p27); unsigned char data,data_1; //char @@ -47,6 +47,6 @@ } /*IO通信*/ - if(blue_pin==1)blue=1; - //if(white_pin==1)white_m=1; + // if(blue_pin==1)blue=1; + if(white_pin==1)white_m=1; } \ No newline at end of file