PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Simple-Libraries
Learn
Simple Libraries
Utility
libsimpletools
source
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,...
Generated on Fri May 20 2022 16:48:05 for PropWare by
1.8.17