Giter Site home page Giter Site logo

arduino-adafruit-ads1x15's People

Contributors

cpq avatar dimonomid avatar djzxz avatar nliviu avatar rojer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

arduino-adafruit-ads1x15's Issues

Error in build.

I've created an empty project an tried to import de ads1x15 lib, but I'm always getting this error:

Error: /go/src/cesanta.com/mos/manifest_parser/manifest_parser.go:834: manifest version is missing in "/fwbuild-volumes/2.6.0/apps/teste/esp8266/build_contexts/build_ctx_370516459/libs/arduino-adafruit-ads1x15/mos.yml"

Is there any issue because the lib mos.yml haven't the manifest_version tag?

Using C++ inside C errors

I was trying to sue this library with mongoos os in the main.c.
but while compiling I get several errors starting with:

Adafruit_ADS1015.h:118:1: error: unknown type name 'class

When I tried to compere this one to other libraries ported from arduino I noticed that the include statement is above the #ifdef __cplusplus

#include "Adafruit_ADS1015.h"

#ifdef __cplusplus
extern "C"
{
#endif

/*
 * Create an ADS1015 instance, with the given I2C address.
 */
Adafruit_ADS1015 *mgos_ADS1015_create(int i2cAddress);

while in other libraries is inside it.

I'm note sure if this is cousing the problem, also i never tried to modify public library that is why i'm posting this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.