Coder Social home page Coder Social logo

__gpiomux, __gpiofunc size about esp-i2c HOT 4 CLOSED

alsaleem00 avatar alsaleem00 commented on June 9, 2024
__gpiomux, __gpiofunc size

from esp-i2c.

Comments (4)

juhovh avatar juhovh commented on June 9, 2024

You are correct that all the values are of type uint32, but when they are assigned to the uint8 array they are truncated to the one least significant byte, which is the GPIO mux index. Then PERIPHS_IO_MUX_GPIO macro adds the PERIPHS_IO_MUX address back to it and returns it to the original value, meaning the code should work just fine.

I guess I could change it for clarity, but then again the "if it ain't broken, don't fix it" principle would suggest we can keep it as it is, unless you are having any issues with the code?

from esp-i2c.

alsaleem00 avatar alsaleem00 commented on June 9, 2024

The compiler gives me error and could not go further even it works with uint8.
(with treat warning as error.)

from esp-i2c.

juhovh avatar juhovh commented on June 9, 2024

I guess that's a good enough reason, I just pushed commit ab77ad5 please check and confirm that it fixes the problem.

from esp-i2c.

alsaleem00 avatar alsaleem00 commented on June 9, 2024

yes. it solved the issue. I tried already.

Thanks.

from esp-i2c.

Related Issues (2)

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.