Giter Club home page Giter Club logo

arduinocore-samd's People

Contributors

adminius avatar aethaniel avatar agdl avatar bbx10 avatar cmaglie avatar facchinm avatar fede85 avatar gargantuanman avatar jahaziellem avatar jcbuda avatar jnthbdn avatar joseangeljimenez avatar joverbee avatar ladyada avatar legomanww avatar liars126 avatar mattairtech avatar ncguk avatar paolop74 avatar per1234 avatar pixelpixi avatar praveena-a-s avatar rocketscream avatar sabas1080 avatar sandeepmistry avatar sergiotomasello avatar tobozo avatar tomkeddie avatar tuxedo0801 avatar wero1414 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arduinocore-samd's Issues

Check please if SPI1 is really correct defined?

Hi,
can please anybody check SPI1 definition ?

Tring connect display
#define TFT_CS 13// chip select
#define TFT_DC 1 // Display data/command select
#define TFT_BACKLIGHT 0 // Display backlight pin
#define TFT_MOSI 14 // Data out
#define TFT_SCLK 16 // Clock out

this working
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_MOSI, TFT_SCLK, TFT_RST);

but this not working
Adafruit_ST7789 tft = Adafruit_ST7789(&SPI1, TFT_CS, TFT_DC, TFT_RST);

not swapped miso/mosi ? I try change in variant.h but not success

Thanks

Adding new sercom serial port

I've been working at using this to program a Rak4260-dev board using the bastwan as selected board in the Arduino IDE.
As far as I can tell the pins 32 and 33 on the RAK4260 must be hardwired to the ch341-uart converter on the RAK5005 base board.

pin 32 -> PA04
pin 33 -> PA05

But digging deep into core/arduino libraries it seem this library does its own thing : )
as far as pinPeripheral ( xxx ,PIO_SERCOM_ALT) is not supported. How do you handle creating a serial port on sercom alternate pins?

I see reference in the documentation to a Serial Config Menu but must have been dropped?

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.