NXP fan (in Japan)
/
PCA9955A_Gradation_control
update to suppress warning of "last line of file ends without a newline"
Revision 2:e58648ee9d04, committed 2022-06-13
- Comitter:
- nxpfan
- Date:
- Mon Jun 13 22:41:31 2022 +0000
- Parent:
- 1:47c33baeed67
- Commit message:
- update to suppress warning of "last line of file ends without a newline"
Changed in this revision
PCA995xA.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 47c33baeed67 -r e58648ee9d04 PCA995xA.lib --- a/PCA995xA.lib Thu Mar 19 10:50:17 2015 +0000 +++ b/PCA995xA.lib Mon Jun 13 22:41:31 2022 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/nxp_ip/code/PCA995xA/#cb07190e05e7 +http://developer.mbed.org/users/nxp_ip/code/PCA995xA/#1c6e1af61981
diff -r 47c33baeed67 -r e58648ee9d04 main.cpp --- a/main.cpp Thu Mar 19 10:50:17 2015 +0000 +++ b/main.cpp Mon Jun 13 22:41:31 2022 +0000 @@ -58,4 +58,4 @@ wait( 0.01 ); } } -} \ No newline at end of file +}