[Arduino_Nano/atmega328p/MultiDisplay] LCD HD44780 with PCF8574 Multi Display// ---------------------------------------------------------------------------- // MultiDisplay - simple demonstration of accessing multiple lcds // Created by Bill Perry 2016-07-02 // bperrybap@opensource.billsworld.billandterrie.com // // This example code is unlicensed and is released into the public domain // ---------------------------------------------------------------------------- // // This sketch is for LCDs with PCF8574 or MCP23008 chip based backpacks // // Sketch will print lcd instance number on top line with i2c address // and will print the amount of time since the Arduino has been reset // on the second row. // MultiDisplay.ino | |
Download (pzw) |
[Arduino_Uno/atmega328p/AnalogButtons] Analog ButtonsArduino analog input push buttons.AnalogButtons.ino | |
Download (pzw) |
[Arduino_Uno/atmega328p/FreeRtos] Projeto simples com FreeRTOS e ArduinoPrincipais conceitos de RTOS para iniciantes com Arduino e FreeRTOS escrito por Pedro Bertoleti. | |
Download (pzw) |
[Arduino_Uno/atmega328p/Serial_LCD] Serial LCD LiquidCrystal_I2CLiquidCrystal_I2C CustomChars example //YWROBOT //Compatible with the Arduino IDE 1.0 //Library version:1.1CustomChars.ino | |
Download (pzw)
View Online |
[Franzininho_DIY/attiny85/Tiny85_Temp_LCD_RTC] Example Tiny85 Temp LCD RTC of TinyWireM libraryATtiny85 as an I2C Master Ex3 BroHogan 1/22/11 I2C master reading DS1621 temperature sensor & DS1307 RTC. Display to I2C GPIO LED. SETUP: ATtiny Pin 1 = (RESET) N/U ATtiny Pin 2 = (D3) N/U ATtiny Pin 3 = (D4) to LED1 ATtiny Pin 4 = GND ATtiny Pin 5 = SDA on all devices ATtiny Pin 6 = (D1) to LED2 ATtiny Pin 7 = SCK on all devices ATtiny Pin 8 = VCC (2.7-5.5V) NOTE! - It's very important to use pullups on the SDA & SCL lines! DS1621 wired per data sheet. This ex assumes A0-A2 are set LOW for an addeess of 0x48 DS1307 wired per data sheet. This ex assumes A0-A2 are set LOW for an addeess of 0x68 PCA8574A GPIO was used wired per instructions in "info" folder in the LiquidCrystal_I2C lib. This ex assumes A0-A2 are set HIGH for an addeess of 0x3F LiquidCrystal_I2C lib was modified for ATtiny - on Playground with TinyWireM lib. TinyWireM USAGE & CREDITS: - see TinyWireM.h Link to source code: Tiny85_Temp_LCD_RTC.pde | |
Download (pzw)
View Online |