device_matrix.txt 499 B

123456789101112131415161718
  1. 3=3 wire SPI
  2. 4=4 wire SPI
  3. 2=I2C
  4. 6=6800 8 bit parallel
  5. 8=8080 8 bit parallel
  6. s=Arduino Standard Software Communication
  7. pinMode and digitalWrite are used for communication
  8. o=Arduino Optimized Software Communication
  9. uC Specific low level functions for digital write and read
  10. h=Hardware Communication with Standard Libs
  11. TWI and SPI library
  12. H=uC specific hardware communication
  13. SSD1306 128x64
  14. Arduino with ATMega328 (e.g. Uno) s2s3s4s6s8 h2h4
  15. Arduino with AT91SAM3X8E (Due) s2s3s4s6s8 h2h4