Code Monkey home page Code Monkey logo

Comments (11)

FadiBunni avatar FadiBunni commented on September 18, 2024 2

Yes 👍

from modm.

salkinium avatar salkinium commented on September 18, 2024

Can you point me to the line in question in the example code?.

nrf24hal is not a function, but a type if I'm not mistaken.

typedef modm::Nrf24Phy<SpiMaster2, Csn, Ce> nrf24hal;

from modm.

salkinium avatar salkinium commented on September 18, 2024

Oh I see, the naming of the type should be nrf24phy. cc @daniel-k

from modm.

FadiBunni avatar FadiBunni commented on September 18, 2024

All places where it says nrf24hal::xxxxxxx has to be changted to nrf24phy::xxxxxx. My program cannot find nrf24hal, but reading into the code I found out that you must have changed it to nrf24phy.

from modm.

salkinium avatar salkinium commented on September 18, 2024

Do you @FadiBunni want to open a Pull Request with that change? It's a good first issue to take you through the process.

from modm.

FadiBunni avatar FadiBunni commented on September 18, 2024

I never done it before, but would like to know how.

from modm.

salkinium avatar salkinium commented on September 18, 2024

I never done it before, but would like to know how.

Possibly the easiest way is to do it online:
https://help.github.com/articles/editing-files-in-another-user-s-repository/

Here is the file in edit mode to get you started.

from modm.

salkinium avatar salkinium commented on September 18, 2024

For more complicated changes, you should commit your changes to a separate branch on your fork and manually open the PR:
https://help.github.com/articles/creating-a-pull-request/

from modm.

FadiBunni avatar FadiBunni commented on September 18, 2024

Alright, I made the simple change for now, but will use the guide for complicated changes, when there is more stuff.

ps: I sent you a mail :)

from modm.

salkinium avatar salkinium commented on September 18, 2024

Do you want to open a PR with your changes?
FadiBunni@ec0c030

from modm.

salkinium avatar salkinium commented on September 18, 2024

Fixed in #149

from modm.

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.