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.
Fork of LSM9DS1_project by
AS5145.h
00001 #ifndef AS5145_H 00002 #define AS5145_H 00003 00004 #include "mbed.h" 00005 00006 extern SPI spi; 00007 extern DigitalOut CS; 00008 extern SPI spi2; 00009 extern DigitalOut CS2; 00010 00011 extern int position[2]; 00012 extern int position_old[2]; 00013 extern short low_byte; 00014 extern short high_byte; 00015 00016 extern void ReadValue(void); 00017 extern bool AS5145_begin(void); 00018 00019 00020 #endif
Generated on Mon Jul 18 2022 14:39:17 by
