Some IF THEN statement are weird to me
Should beCode:if (PORTA.0 = 0 && sone = 0) then
ORCode:if (PORTA.0 = 0) AND (sone = 0) then
There's few missing info.Code:if (PORTA.0 = 0) && (sone = 0) then
Config Fuse setting.
Internal OSC or external?
wich speed?
Schematic?
Bookmarks