From 81ea10638068e83f86a7953dad7bd3b0e9832e26 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 10 Jul 2019 17:38:11 +0900 Subject: [PATCH] Supports for AutoConnectTicker --- mkdocs/apiconfig.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mkdocs/apiconfig.md b/mkdocs/apiconfig.md index c2ba667..34b436d 100644 --- a/mkdocs/apiconfig.md +++ b/mkdocs/apiconfig.md @@ -260,27 +260,26 @@ Set flicker signal output according to WiFi connection status during AutoConnect
**Type**
bool
**Value**
-
trueOutput the flicker signal while [AutoConnect::begin](api.md#begin) operation. The **AUTOCONNECT_TICKER_PORT** macro in the `AutoConnectDefs.h` header file assigns pins for signal output. The default pin is arduino valiant's LED_BUILTIN. For boards without the LED\_BUILTIN pin, assume pin #2.
+
trueOutput the flicker signal while [AutoConnect::begin](api.md#begin) operation. The **AUTOCONNECT_TICKER_PORT** macro in the `AutoConnectDefs.h` header file assigns pins for signal output. The default pin is arduino valiant's LED_BUILTIN. For boards without the LED_BUILTIN pin, assume pin #2.
falseNo flicker signal output.
### tickerPort -Specifies the GPIO port number to output the flicker signal of the ticker. The default assumes on the board dependent definition **LED\_BUILTIN** macro redefined by **AUTOCONNECT\_TICKER\_PORT** in `AutoConnectDefs.h`. +Specifies the GPIO port number to output the flicker signal of the ticker. The default assumes on the board dependent definition LED_BUILTIN macro redefined by **AUTOCONNECT_TICKER_PORT** in `AutoConnectDefs.h`.
**Type**
uint8_t
+
LOWA flicker signal is an active-high.
+
HIGHA flicker signal is an active-low.
### tickerOn -Specifies the active logic level of the flicker signal. This value indicates the active signal level when driving the ticker. +Specifies the active logic level of the flicker signal.
**Type**
uint8_t
-
**Value**
-
LOWA flicker signal is an active-high.
-
HIGHA flicker signal is an active-low.
### title