├── .gitattributes ├── ICM20948 ├── Arduino-ICM20948.cpp ├── Arduino-ICM20948.h ├── DataConverter.c ├── Icm20948.h ├── Icm20948Augmented.c ├── Icm20948Augmented.h ├── Icm20948AuxCompassAkm.c ├── Icm20948AuxCompassAkm.h ├── Icm20948AuxTransport.c ├── Icm20948AuxTransport.h ├── Icm20948DataBaseControl.c ├── Icm20948DataBaseControl.h ├── Icm20948DataBaseDriver.c ├── Icm20948DataBaseDriver.h ├── Icm20948DataConverter.c ├── Icm20948DataConverter.h ├── Icm20948Defs.h ├── Icm20948Dmp3Driver.c ├── Icm20948Dmp3Driver.h ├── Icm20948LoadFirmware.c ├── Icm20948LoadFirmware.h ├── Icm20948MPUFifoControl.c ├── Icm20948MPUFifoControl.h ├── Icm20948SelfTest.c ├── Icm20948SelfTest.h ├── Icm20948Serif.h ├── Icm20948Setup.c ├── Icm20948Setup.h ├── Icm20948Transport.c ├── Icm20948Transport.h ├── InvBool.h ├── InvError.h ├── InvExport.h ├── Message.c ├── Message.h ├── SensorTypes.h ├── dataconverter.h ├── examples │ └── ICM20948_Arduino_DMP.ino └── icm20948_img.dmp3a.h └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/.gitattributes -------------------------------------------------------------------------------- /ICM20948/Arduino-ICM20948.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Arduino-ICM20948.cpp -------------------------------------------------------------------------------- /ICM20948/Arduino-ICM20948.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Arduino-ICM20948.h -------------------------------------------------------------------------------- /ICM20948/DataConverter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/DataConverter.c -------------------------------------------------------------------------------- /ICM20948/Icm20948.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Augmented.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Augmented.c -------------------------------------------------------------------------------- /ICM20948/Icm20948Augmented.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Augmented.h -------------------------------------------------------------------------------- /ICM20948/Icm20948AuxCompassAkm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948AuxCompassAkm.c -------------------------------------------------------------------------------- /ICM20948/Icm20948AuxCompassAkm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948AuxCompassAkm.h -------------------------------------------------------------------------------- /ICM20948/Icm20948AuxTransport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948AuxTransport.c -------------------------------------------------------------------------------- /ICM20948/Icm20948AuxTransport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948AuxTransport.h -------------------------------------------------------------------------------- /ICM20948/Icm20948DataBaseControl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataBaseControl.c -------------------------------------------------------------------------------- /ICM20948/Icm20948DataBaseControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataBaseControl.h -------------------------------------------------------------------------------- /ICM20948/Icm20948DataBaseDriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataBaseDriver.c -------------------------------------------------------------------------------- /ICM20948/Icm20948DataBaseDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataBaseDriver.h -------------------------------------------------------------------------------- /ICM20948/Icm20948DataConverter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataConverter.c -------------------------------------------------------------------------------- /ICM20948/Icm20948DataConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948DataConverter.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Defs.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Dmp3Driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Dmp3Driver.c -------------------------------------------------------------------------------- /ICM20948/Icm20948Dmp3Driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Dmp3Driver.h -------------------------------------------------------------------------------- /ICM20948/Icm20948LoadFirmware.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948LoadFirmware.c -------------------------------------------------------------------------------- /ICM20948/Icm20948LoadFirmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948LoadFirmware.h -------------------------------------------------------------------------------- /ICM20948/Icm20948MPUFifoControl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948MPUFifoControl.c -------------------------------------------------------------------------------- /ICM20948/Icm20948MPUFifoControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948MPUFifoControl.h -------------------------------------------------------------------------------- /ICM20948/Icm20948SelfTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948SelfTest.c -------------------------------------------------------------------------------- /ICM20948/Icm20948SelfTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948SelfTest.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Serif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Serif.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Setup.c -------------------------------------------------------------------------------- /ICM20948/Icm20948Setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Setup.h -------------------------------------------------------------------------------- /ICM20948/Icm20948Transport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Transport.c -------------------------------------------------------------------------------- /ICM20948/Icm20948Transport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Icm20948Transport.h -------------------------------------------------------------------------------- /ICM20948/InvBool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/InvBool.h -------------------------------------------------------------------------------- /ICM20948/InvError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/InvError.h -------------------------------------------------------------------------------- /ICM20948/InvExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/InvExport.h -------------------------------------------------------------------------------- /ICM20948/Message.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Message.c -------------------------------------------------------------------------------- /ICM20948/Message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/Message.h -------------------------------------------------------------------------------- /ICM20948/SensorTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/SensorTypes.h -------------------------------------------------------------------------------- /ICM20948/dataconverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/dataconverter.h -------------------------------------------------------------------------------- /ICM20948/examples/ICM20948_Arduino_DMP.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/examples/ICM20948_Arduino_DMP.ino -------------------------------------------------------------------------------- /ICM20948/icm20948_img.dmp3a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/ICM20948/icm20948_img.dmp3a.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isouriadakis/Arduino_ICM20948_DMP_Full-Function/HEAD/README.md --------------------------------------------------------------------------------