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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For example, the values we use for setting the ctrl_meas register for the BME680
ctrl_meas
For example, the literal constant 0b00000001 in
0b00000001
Warp-firmware/src/boot/ksdk1.1.0/warp-kl03-ksdk1.1-boot.c
Line 2535 in 098faa0
should be named constants (e.g., kWarpDevBME680HumidityOversampling1x or something better, to be defined in the corresponding driver header file).
kWarpDevBME680HumidityOversampling1x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, the values we use for setting the
ctrl_meas
register for the BME680For example, the literal constant
0b00000001
inWarp-firmware/src/boot/ksdk1.1.0/warp-kl03-ksdk1.1-boot.c
Line 2535 in 098faa0
should be named constants (e.g.,
kWarpDevBME680HumidityOversampling1x
or something better, to be defined in the corresponding driver header file).The text was updated successfully, but these errors were encountered: