GM6000 Digital Heater Controller Branch: main
SDX-1330
Hal.h
Go to the documentation of this file.
1#ifndef Driver_Button_Arduino_Hal_h_
2#define Driver_Button_Arduino_Hal_h_
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Core Project. The Colony.Core Project is an
5* open source project with a BSD type of licensing agreement. See the license
6* agreement (license.txt) in the top/ directory or on the Internet at
7* http://integerfox.com/colony.core/license.txt
8*
9* Copyright (c) 2014-2023 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file
14
15 This file defines the concrete implementation for the Button HAL running on
16 the Arduino Framework
17
18*/
19
20#include "Driver/Button/Hal.h"
21
22
23/*-------------- PUBLIC API ------------------------------------------------*/
24/** This method is used to initialize the GPIO for the pin/configuration specified
25 by 'buttonHdl'
26 */
28
29
30/*--------------------------------------------------------------------------*/
31#endif
void driverButtonHalArduino_initialize(Driver_Button_Hal_T buttonHdl)
This method is used to initialize the GPIO for the pin/configuration specified by 'buttonHdl'.
This file defines a hardware abstraction layer (HAL) for accessing a digital Input that is being used...
#define Driver_Button_Hal_T
This data type defines the platform specific 'handle' to a pin.
Definition Hal.h:35