Created
October 24, 2015 02:13
-
-
Save reefwing/97d7569830e9f0367326 to your computer and use it in GitHub Desktop.
Syntax Colouring Map for the Honeywell HMC5883L 3 Axis Compass Magnetometer Module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################################################################### | |
# Syntax Colouring Map for the Honeywell HMC5883L | |
# 3 Axis Compass Magnetometer Module | |
##################################################################### | |
##################################################################### | |
# Datatypes (KEYWORD1) | |
##################################################################### | |
HMC5883L KEYWORD1 | |
##################################################################### | |
# Methods and Functions (KEYWORD2) | |
##################################################################### | |
begin KEYWORD2 | |
readRaw KEYWORD2 | |
readNormalize KEYWORD2 | |
setOffset KEYWORD2 | |
setRange KEYWORD2 | |
getRange KEYWORD2 | |
setMeasurementMode KEYWORD2 | |
getMeasurementMode KEYWORD2 | |
setDataRate KEYWORD2 | |
getDataRate KEYWORD2 | |
setSamples KEYWORD2 | |
getSamples KEYWORD2 | |
##################################################################### | |
# END of Syntax Definitions | |
##################################################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment