cujomalainey / ant-arduino

An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
GNU General Public License v2.0
103 stars 15 forks source link

Transmit only and receive only definitions appear to be swapped from the ANT spec #46

Closed sharoldsen closed 6 years ago

sharoldsen commented 6 years ago

Transmit only and receive only definitions appear to be swapped from the ANT spec.

define CHANNEL_TYPE_UNIDIRECTIONAL_RECEIVE 0x50

define CHANNEL_TYPE_UNIDIRECTIONAL_TRANSMIT 0x40

From Table 5-1. ANT channel types 0x40 Slave Receive Only Channel (diagnostic)

0x50 Master Transmit Only Channel (legacy)

cujomalainey commented 6 years ago

Thanks for catching this, you are correct, I'll do a hotfix and a release right now.