Search results

  1. J

    Si7021 Humidity and Temperature Sensor - Library

    Si7021 Humidity and Temperature Sensor Library This library was made for the Si7021 Humidity and Temperature sensor and only tested on the teensy 3.1 but it should work for Arduino also. The Si7021 is an I2C device that runs on 3.3v, it has four pins broken out, two for power and two for I2C...
  2. J

    Bug in teensy installer for arduino 1.6.5-r2

    found the problem... lib\keywords.txt is being replaced by a version from the teensy installer which could possibly be for an earlier version of the IDE? i just replaced the original keywords.txt file from the IDE and all is back to normal again.
  3. J

    Bug in teensy installer for arduino 1.6.5-r2

    There is a problem with the colours for the IDE text, everything is orange and all in plain text. If i install the arduino IDE on its own then the colours are how they should be, but when i install the teensy add-on all the colour coding and formatting is gone except all keywords are...
  4. J

    ILI9225 Optimized Library

    Fixed. The page made me refresh when i wrote it and it must of discarded the uploaded attachments.
  5. J

    ILI9225 Optimized Library

    Here we have a library for the ILI9225 2.2" 176x220 display commonly found on ebay (which is where i purchased mine). But let me start with a thank you to the creator of the teensy boards and also to the creators of the original libraries which i put this one together with. It uses Paul's fast...
  6. J

    Transactional SPI

    hi there... i have just noticed this update to the library last night and i am trying to learn about how to use it so i can implement it into my code very soon. i like the idea of how the new transactions work as i am mainly using interrupts/external in my projects. i have been setting spi up...
Back
Top