rpo19 / arduino-adafruit-max31865

Arduino adafruit library for max31865 ported to mongoose os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it is not working

thetechguy2016 opened this issue · comments

Please help me out run this library.

Could you add some info about your errors and how you included this library into your project?

Hi @rpo19 i have rectify the error and now its working fine, you can use it now, and i will post the sample code very soon, also i have added js support, really thanks for your library.

and i have a question form you, i try to include your library using mos lib, but how to run in mongoose i really dont understand. so i made a mgos functions to run your library in mjs.

Hi, try to add this library to libs in mos.yml:

libs:
  - origin: https://github.com/rpo19/arduino-adafruit-max31865

and then inlcude this in your c/cpp file

#include "mgos_arduino_adafruit_max31865.h"

then you shuld be able to use Adafruit_MAX31865.h.