Author |
Message |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 6363
|
Forum: General CCS C Discussion Posted: Thu Jun 29, 2006 9:05 am Subject: erratic behaviour of write_eeprom |
... oh and I don't touch the buttons during execution of this code, so consider them high inputs |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 6363
|
Forum: General CCS C Discussion Posted: Thu Jun 29, 2006 9:04 am Subject: erratic behaviour of write_eeprom |
Dead simple components...
The way I want Port C set up is:
e.g. set_tris_c(0b00110000);
the 2 inputs are connected through push-to-make switches to ground, pulled to Vcc when open with 1k ... |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 6363
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2006 9:51 am Subject: erratic behaviour of write_eeprom |
Hi all, nice to finally be logged in...
I am trying to write some code where my PIC can be put into a setup mode at startup to set some values which are to be used in normal operation. The device ... |
|