Serial Wombat 4A and 4B Firmware
pinModes.h
Go to the documentation of this file.
1 /*
2 Copyright 2020 Broadwell Consulting Inc.
3 
4 Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10 
11 The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13 
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
18  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20  * OTHER DEALINGS IN THE SOFTWARE.
21 */
22 
23 #ifndef PINMODES_H
24 #define PINMODES_H
25 
26 typedef enum
27 {
57 }
58 pinMode_t;
59 
60 #endif
PIN_MODE_WS2812
@ PIN_MODE_WS2812
Definition: pinModes.h:40
PIN_MODE_WATCHDOG
@ PIN_MODE_WATCHDOG
Definition: pinModes.h:35
PIN_MODE_DMA_PULSE_OUTPUT
@ PIN_MODE_DMA_PULSE_OUTPUT
Definition: pinModes.h:47
PIN_MODE_INPUT_PROCESSOR
@ PIN_MODE_INPUT_PROCESSOR
Definition: pinModes.h:42
pinMode_t
pinMode_t
Definition: pinModes.h:26
PIN_MODE_LIQUID_CRYSTAL
@ PIN_MODE_LIQUID_CRYSTAL
Definition: pinModes.h:56
PIN_MODE_HF_SERVO
@ PIN_MODE_HF_SERVO
Definition: pinModes.h:54
PIN_MODE_TM1637
@ PIN_MODE_TM1637
Definition: pinModes.h:39
PIN_MODE_HYSTERESIS
@ PIN_MODE_HYSTERESIS
Definition: pinModes.h:34
PIN_MODE_TOUCH
@ PIN_MODE_TOUCH
Definition: pinModes.h:50
PIN_MODE_PULSE_ON_CHANGE
@ PIN_MODE_PULSE_ON_CHANGE
Definition: pinModes.h:53
PIN_MODE_ULTRASONIC_DISTANCE
@ PIN_MODE_ULTRASONIC_DISTANCE
Definition: pinModes.h:55
PIN_MODE_DEBOUNCE
@ PIN_MODE_DEBOUNCE
Definition: pinModes.h:38
PIN_MODE_PWM
@ PIN_MODE_PWM
Definition: pinModes.h:44
PIN_MODE_DIGITAL_IO
@ PIN_MODE_DIGITAL_IO
Definition: pinModes.h:28
PIN_MODE_FRAME_TIMER
@ PIN_MODE_FRAME_TIMER
Definition: pinModes.h:49
PIN_MODE_RESISTANCE_INPUT
@ PIN_MODE_RESISTANCE_INPUT
Definition: pinModes.h:52
PIN_MODE_SW_UART
@ PIN_MODE_SW_UART
Definition: pinModes.h:41
PIN_MODE_ANALOG_THROUGHPUT
@ PIN_MODE_ANALOG_THROUGHPUT
Definition: pinModes.h:48
PIN_MODE_PROTECTEDOUTPUT
@ PIN_MODE_PROTECTEDOUTPUT
Definition: pinModes.h:36
PIN_MODE_QUADRATURE_ENC
@ PIN_MODE_QUADRATURE_ENC
Definition: pinModes.h:33
PIN_MODE_UART0_TXRX
@ PIN_MODE_UART0_TXRX
Definition: pinModes.h:45
PIN_MODE_ANALOGINPUT
@ PIN_MODE_ANALOGINPUT
Definition: pinModes.h:30
PIN_MODE_MATRIX_KEYPAD
@ PIN_MODE_MATRIX_KEYPAD
Definition: pinModes.h:43
PIN_MODE_CONTROLLED
@ PIN_MODE_CONTROLLED
Definition: pinModes.h:29
PIN_MODE_THROUGHPUT_CONSUMER
@ PIN_MODE_THROUGHPUT_CONSUMER
Definition: pinModes.h:32
PIN_MODE_UART1_TXRX
@ PIN_MODE_UART1_TXRX
Definition: pinModes.h:51
PIN_MODE_PULSE_TIMER
@ PIN_MODE_PULSE_TIMER
Definition: pinModes.h:46
PIN_MODE_SERVO
@ PIN_MODE_SERVO
Definition: pinModes.h:31
PIN_MODE_COUNTER
@ PIN_MODE_COUNTER
Definition: pinModes.h:37