GM6000 Digital Heater Controller Branch: main
SDX-1330
singleinput_mappings_.h
1#ifdef Driver_Aio_HalSingleInput_h_
2
3#ifndef Driver_AIO_Arduino_halsingleinput_mappings_x_h_
4#define Driver_AIO_Arduino_halsingleinput_mappings_x_h_
5/*-----------------------------------------------------------------------------
6* This file is part of the Colony.Core Project. The Colony.Core Project is an
7* open source project with a BSD type of licensing agreement. See the license
8* agreement (license.txt) in the top/ directory or on the Internet at
9* http://integerfox.com/colony.core/license.txt
10*
11* Copyright (c) 2014-2022 John T. Taylor
12*
13* Redistributions of the source code must retain the above copyright notice.
14*----------------------------------------------------------------------------*/
15/** @file
16 */
17
18#include <stdint.h>
19
20
21/// Arduino Mapping
22#define DriverAIOHalSingleInput_T_MAP int
23
24
25/// Arduino Mapping
26#define Driver_AIO_HalSingleInput_sample_MAP driverAIOHalSingleInputArduino_sample
27
28/// Arduino Mapping
29#define Driver_AIO_HalSingleInput_setADCSize_MAP driverAIOHalSingleInputArduino_setADCSize
30
31/// Arduino specific implementation
32bool driverAIOHalSingleInputArduino_sample( int inputToSampleHdl, uint32_t& dstADCBits );
33
34/// Arduino specific implementation
35uint8_t driverAIOHalSingleInputArduino_setADCSize( int inputPinToSampleHdl, uint8_t numADCBits );
36
37#endif // end header latch
38#endif // end interface latch