DaleGia / nano-33-sense-serial-example

An example program for the Arduino Nano 33 BLE Sense that outputs CSV data for all sensors through UART.
GNU General Public License v3.0
22 stars 3 forks source link

lib ARM_MATH ?! #4

Closed ArthurREGNARD closed 1 year ago

ArthurREGNARD commented 3 years ago

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

DaleGia commented 1 year ago

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