I went to use your code, but I haven't got the lib arm_math.
I use the Arduino Nano 33 BLE sense.
I clone this repos (https://github.com/PaulStoffregen/arm_math) in the dir : C:\Users\user\Documents\Arduino\libraries\arm_math
First of all, Arduino IDE say, that lib didn't contain any .h files.
I add this file liberary.properties:
name=arm_math
version=1.0.0
author=Arduino
maintainer=PaulStoffregen
sentence=A library for the arm math
paragraph=lalala
url=https://github.com/PaulStoffregen/arm_math
architectures=*
includes=arm_math.h
Hello,
I went to use your code, but I haven't got the lib arm_math. I use the Arduino Nano 33 BLE sense.
I clone this repos (
https://github.com/PaulStoffregen/arm_math
) in the dir :C:\Users\user\Documents\Arduino\libraries\arm_math
First of all, Arduino IDE say, that lib didn't contain any.h
files. I add this fileliberary.properties
:But still not OK ...
Please help me !!