Hello Melanie,
I'm actually working with a 16F88.
The test code (you may recall...) is for example this one:
Code:
OSCCON = %01100000 'Internal RC set to 4MHZ
LED var PORTB.4
MAIN:
if INTCON.1 = 1 then 'If INTerrupt happens, then...
pause 300 'Debounce button
INTCON.1 = 0 'Reset INT flag
TOGGLE LED
endif
goto MAIN
end
Swiss people are pacific; there would never be any explosion even if the led won't toggle after 10 hours trying... It is a small (about 2cm wide) flower named "Edelweiss" that you can mostly see in the alps. It means literally "precious white". The petals are made of a kind of white velvet and when, in the early morning hours of the day some water drops cover the petals and the sun rises, the flower is shining like it would be covered with diamonds. It's a german name and unlike, (i.e.) our city names, there is no french, italian, romanch or english (all national languages!!!) name for it.
Bookmarks