We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparing
Adafruit_CircuitPython_BLE_BroadcastNet/adafruit_ble_broadcastnet.py
Line 129 in c6328d5
color
f
AdafruitColor()
duty_cycle
frequency
value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comparing
Adafruit_CircuitPython_BLE_BroadcastNet/adafruit_ble_broadcastnet.py
Line 129 in c6328d5
color
-f
vs int (32bit is used inAdafruitColor()
)duty_cycle
-f
vs int (16bit int?)frequency
-f
vs intvalue
-f
vs a "union" of int (16 bit) /boolThe text was updated successfully, but these errors were encountered: