Coder Social home page Coder Social logo

Comments (2)

maarten-pennings avatar maarten-pennings commented on July 23, 2024 1

Hi @dadosch,

Uhh, what can I say. I didn't even know I was on Platform IO! I did not put my library there.

The lib is called the same as the sensor name. Sounds like a logical choice. And Adafruit made the same choice. And apparently platformio allows two libs with the same name, that is good. I guess that it then also has a mechanism to select another one if you don't like the default one. I never worked with platformio, so I can't help you here.

I just did a bit of quick clicking in platformio and found something that might help:

# Using library Id
 platformio lib install 1609

# Using library Name
 platformio lib install "CCS811"

# Install specific version
 platformio lib install [email protected]

Thanks for the tip - I feel a bit proud now that they copied my work.

from ccs811.

dadosch avatar dadosch commented on July 23, 2024

I found your library through platformio, so I actually tried to install your lib with

platformio lib install "CCS811"

but it installed https://platformio.org/lib/show/3333/CCS811 instead.

Platformio is taking this name from your https://github.com/maarten-pennings/CCS811/blob/master/library.properties file. Adafruit has the following name: name=Adafruit CCS811 Library

from ccs811.

Related Issues (20)

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.