Giter Club home page Giter Club logo

Comments (5)

2bndy5 avatar 2bndy5 commented on July 22, 2024

Furthermore the datasheets/ and images/ folder can get put into the docs/ folder.

The only thing stopping me from suggesting that we put all lib sources into a src/ folder is the fact that the Arduino IDE will automatically try to compile everything found in a lib's src/ folder (if it exists). That would require all non-arduino utility/ sources to have an extra #ifndef ARDUINO wrapping the non-Arduino source code (including the copied bcm2835 lib).

from rf24.

TMRh20 avatar TMRh20 commented on July 22, 2024

Not sure if this is a good idea, this will change all links to examples online also, but I guess I won't object. :p

from rf24.

2bndy5 avatar 2bndy5 commented on July 22, 2024

I'm not worried about links from third-party tutorials. Any incorrect link to github sources will direct users toward the repo root anyway. An incorrect link: https://github.com/nRF24/RF24/tree/master/examples/linux

Plus, it is kind of annoying that RF24Network and RF24Mesh use examples_RPi (note capitol letters) even though they are really general linux examples. I had to use an array of examples' paths for the different RF24* libs in the installer script. And, the reusable CI workflow has to take a special input for the examples path (not to mention the inconsistent py wrapper locations which had to be another input). All this because the repo structures aren't completely in sync, but I understand the different repos' history has caused this diversion.

from rf24.

2bndy5 avatar 2bndy5 commented on July 22, 2024

Less clutter in repo root means more chances that people will actually see/read the README when browsing.

I think all the links in the Doxygen docs change every time we publish a new docs build too. incorrect

from rf24.

2bndy5 avatar 2bndy5 commented on July 22, 2024

I created a github private project called "v2.0 ideas" and added this issue and #926 to it.

Closing this until we're ready to make significant changes toward v2.0.

from rf24.

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.