Other Projects

Teamaker 2.0

Teamaker 2.0

What’s better in the morning than a hot cup of tea?You should keep to the brewing time so that the tea tastes the way you want it to. Unfortunately, there’s always a lot to do and the timer beeps when you’re somewhere else. So we need an automatic “tea extraction machine”….. As always, there are […]

Teamaker 2.0 Continue Reading

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; //////

Simple 3 Button On-off With 12f629 (mikroC) Continue Reading

Scroll to Top