Interface to access to Avago ADNS-9500 laser mouse sensors.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
aplatanado
Date:
Thu Mar 22 19:17:36 2012 +0000
Parent:
4:dddfb08cebc2
Child:
6:1969574dee8b
Commit message:
add header comment to main.cpp

Changed in this revision

examples/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/examples/main.cpp	Thu Mar 22 19:09:49 2012 +0000
+++ b/examples/main.cpp	Thu Mar 22 19:17:36 2012 +0000
@@ -1,3 +1,21 @@
+/*
+ * main.hpp - Example of access to Avago ADNS-9500 laser mouse sensors
+ *
+ *   Copyright 2012 Jesus Torres <jmtorres@ull.es>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <mbed.h>
 #include <stdint.h>