PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
setDacBits.c
Go to the documentation of this file.
1 
17 #include "simpletools.h" // simpletools function prototypes
18 
19 static long dacbits = 10;
20 
21 int set_dac_bits(int bitCnt) // setDacBits function definition
22 {
23  dacbits = bitCnt;
24 }
25 
simpletools.h
This library provides convenient functions for a variety of microcontroller I/O, timing,...