Giter Club home page Giter Club logo

picospi's People

Contributors

marktillotson avatar maseh87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

picospi's Issues

SPI clock frequency

Hi,
On a RaspberryPi PICO when I use a CPU Speed "125MHz" and configure SPI with:
PicoSPI0.configure (18, 19, 16, 17, 20000000, 0, false);
SPI clock frequency ist 20MHz, as it should be.
But if I use CPU Speed "133MHz", SPI clock frequency seems to be reduced to 8MHz !!
I would like to use highest (reasonable) CPU Speed and SPI clock frequency.
Please help,
thank you

Make library compatible to use outside of Arduino IDE

Hello friend, your library is incredible, I have used it to create several libraries for sensors and it works like a charm. The problem is that I had to change a lot of things to make it work in Visual Studio Code, which is the most used IDE for Raspberry Pi Pico. I have the files here and I would be happy to send them to you so you can include the changes so I don't have to fork and that's just for these details. Basically I replace the "byte" data types with "uint8_t" since they are identical and Pico's stdlib does not have the byte typedef, also I remove the includes of "Arduino.h"

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.