DaleGia/nano-33-sense-serial-example

lib ARM_MATH ?!

ArthurREGNARD opened this issue · 1 comments

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 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

But still not OK ...

Please help me !!

@ArthurREGNARD I have changed the example to use a non arm-math method. I have not been able to test it on the board but I am confident it will work.