Search results

  1. L

    RFM69HCW, Radio Head, APA102C, FastLED,

    I am working on a project to control a remote string of LEDs. APA102C - LED string Teensy 3.2 RFM69HCW - radio The radio is using SPI0 and the LED string is utilizing SPI1. I have verified that they both parts work on the given SPI ports individually by using the given examples that come...
  2. L

    Teensy3, I2C, Multiple Masters

    I am experimenting using two T3's, each as a master on an I2C bus. I do not require the Wire.h or i2c_t3.h libs to do any conflict management because I am using a digital input on each T3 to signal to the other that it has the bus. My test was to have them both take turns writing to a LCD...
Back
Top