Skip to content

Instantly share code, notes, and snippets.

View tiagohm's full-sized avatar
🔭

Tiago tiagohm

🔭
View GitHub Profile
@tiagohm
tiagohm / LCD_1WIRE_74HC595.c
Last active May 15, 2020 10:44
LCD utilizando apenas 1 fio através do 74HC595
/*
LCD 1-WIRE com 74HC595.
Autor: Tiago Melo
Blog: Microcontrolandos
Compilador: MikroC PRO PIC
Bibliotecas: Lcd_Constants, Conversions, C_String
*/
sbit RomanLCD_Data at RB0_bit;
@tiagohm
tiagohm / LM35.c
Created May 16, 2020 14:29
Termômetro com saída analógica
/*
LM35 - Sensor de temperatura.
Autor: Tiago Melo
Blog: Microcontrolandos
Compilador: MikroC PRO PIC
Bibliotecas: ADC, Conversions, C_String, Lcd, Lcd_Constants
*/
// Pinos do LCD.
@tiagohm
tiagohm / timer_p16f628a_7seg.c
Last active March 22, 2023 05:24
Timer com PIC16F628A e Display de 7 Segmentos.
/*
Timer com PIC16F628A e Display de 7 Segmentos.
Autor: Tiago Melo
Blog: Microcontrolandos
Compilador: MikroC PRO PIC
Bibliotecas:
*/
//Botões