Hi
Me and my classmates are finding it difficult to emulate the codes shown at
http://www.larwe.com/zws/products/picxie2/index.html
we are using a 16f27a chip and so far our code is
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Symbol Short=1000
Symbol Long=3000
Symbol PORTA=5
Symbol TRISA=133
Poke TRISA, %00011
Poke PORTA, 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Oscillator:
Poke PORTA, %00011
Pause Long
Poke PORTA, %00000
GoTo Oscillator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any reccomendations or comments on a way to make this work, or alternately another way of recreating such a circuit using picbasic source code.
Regards
-H
Bookmarks