Look in the Comparator section of the 16F616.h file. It says:
Quote:
// OR together one from the first group with one from the second
.
(List of #define statements in "first group")
.
.
.
// and any of the following
.
.
(List of #define statements in "second group")
.
.
Use only one setup_comparator() statement. Combine the constants
with the bitwise-OR operator: |
jjude
Joined: 12 Nov 2007 Posts: 37
Posted: Mon Feb 01, 2010 11:22 pm
PCM programmer wrote:
Use only one setup_comparator() statement. Combine the constants
with the bitwise-OR operator: |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum