Navigation Menu

Skip to content

Commit

Permalink
Add keywords that already have Doxygen (#1108)
Browse files Browse the repository at this point in the history
Found some keywords that already have Doxygen comments
but were not present in keywords.txt
  • Loading branch information
mfalkvidd committed Apr 9, 2018
1 parent eaf1b94 commit bb80732
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions keywords.txt
Expand Up @@ -148,6 +148,7 @@ MY_SOFT_SPI_SCK_PIN LITERAL1
# RF24
MY_DEBUG_VERBOSE_RF24 LITERAL1
MY_RADIO_RF24 LITERAL1
MY_RF24_ADDR_WIDTH LITERAL1
MY_RF24_BASE_RADIO_ID LITERAL1
MY_RF24_ENABLE_ENCRYPTION LITERAL1
MY_RF24_CE_PIN LITERAL1
Expand Down Expand Up @@ -189,6 +190,8 @@ MY_RFM95_RST_PIN LITERAL1
MY_RFM95_SPI_SPEED LITERAL1
MY_RFM95_TCXO LITERAL1
MY_RFM95_TX_POWER LITERAL1
MY_RFM95_TX_POWER_DBM LITERAL1
MY_RFM95_TX_TIMEOUT_MS LITERAL1

# RFM69
MY_DEBUG_VERBOSE_RFM69 LITERAL1
Expand All @@ -202,6 +205,8 @@ MY_RFM69_BITRATE_MSB LITERAL1
MY_RFM69_CS_PIN LITERAL1
MY_RFM69_CSMA_ADD_DELAY_BASE LITERAL1
MY_RFM69_CSMA_ADD_DELAY_COUNT LITERAL1
MY_RFM69_CSMA_LIMIT_DBM LITERAL1
MY_RFM69_CSMA_TIMEOUT_MS LITERAL1
MY_RFM69_DEFAULT_LISTEN_IDLE_US LITERAL1
MY_RFM69_DEFAULT_LISTEN_RX_US LITERAL1
MY_RFM69_ENABLE_ENCRYPTION LITERAL1
Expand All @@ -216,6 +221,7 @@ MY_RFM69_NEW_DRIVER LITERAL1
MY_RFM69_POWER_PIN LITERAL1
MY_RFM69_RST_PIN LITERAL1
MY_RFM69_SPI_SPEED LITERAL1
MY_RFM69_TX_TIMEOUT_MS LITERAL1
MY_RFM69_TX_POWER_DBM LITERAL1

# RS485
Expand Down Expand Up @@ -282,10 +288,14 @@ MY_ESP8266_SSID LITERAL1
# MY_DEBUG_VERBOSE_CORE
# MY_GATEWAY_FEATURE
# MY_RAM_ROUTING_TABLE_ENABLED
# MY_RF24_CONFIGURATION
# MY_RFM69HW
# MY_SENSOR_NETWORK

# Blacklist - defined in ArduinoHwSAMD and therefore not responsibility of the MySensors library
# MY_BAT_DETECT
# MY_SWC1
# MY_SWC2

# Blacklist - used by the Security Personalizer, not meant to be used in any other sketch
# MY_AES_KEY
Expand All @@ -297,6 +307,8 @@ MY_ESP8266_SSID LITERAL1
# MY_SOFT_SERIAL

# Blacklist - internal, not meant to be used by users
# MY_EEPROM_SIZE
# MY_EXT_EEPROM_I2C_ADDRESS
# MY_EXT_EEPROM_PAGE_SIZE
# MY_EXT_EEPROM_SIZE
# MY_EXT_EEPROM_TWI_CLOCK
Expand Down Expand Up @@ -327,6 +339,11 @@ MY_ESP8266_SSID LITERAL1

# Blacklist - deprecated and should therefore not be highlighted anymore
# MY_LEDS_BLINKING_FEATURE
# MY_RADIO_NRF24
# MY_RF69_IRQ_NUM
# MY_RF69_IRQ_PIN
# MY_RF69_RESET
# MY_RF69_SPI_CS
# MY_TRANSPORT_DONT_CARE_MODE

# Blacklist - descriptional only
Expand Down

0 comments on commit bb80732

Please sign in to comment.