Avago ADNS6010 mouse chip library This class referred to ADNS5020EN library http://mbed.org/users/IPAB/programs/ADNS5020EN/5zwdp
Revision 1:ac87e825b0d7, committed 2011-11-21
- Comitter:
- nucho
- Date:
- Mon Nov 21 16:00:51 2011 +0000
- Parent:
- 0:efc16a3c5ce4
- Commit message:
Changed in this revision
ADNS6010.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r efc16a3c5ce4 -r ac87e825b0d7 ADNS6010.cpp --- a/ADNS6010.cpp Sun Nov 20 13:30:42 2011 +0000 +++ b/ADNS6010.cpp Mon Nov 21 16:00:51 2011 +0000 @@ -17,9 +17,7 @@ if ((prod_id!=ADNS6010_PRODUCTID)||(rev_id!=ADNS6010_REVISIONID)) { error("The connection with the ADNS-6010 is not established\n"); - } else { - printf("productID:%d\trevisionID:%d\n", prod_id,rev_id); - } + } }