Move optical sensor code to drivers folder (#13044)
This commit is contained in:
parent
b491c7994a
commit
6901411bca
32 changed files with 60 additions and 890 deletions
|
@ -17,7 +17,7 @@
|
|||
/* common interface for opitcal sensors */
|
||||
|
||||
#if defined ADNS_9800
|
||||
#include "../adns/adns.h"
|
||||
#include "drivers/sensors/adns9800.h"
|
||||
#define config_optical_sensor_t config_adns_t
|
||||
#define report_optical_sensor_t report_adns_t
|
||||
#define optical_sensor_init adns_init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue