![]() |
LibDriver BMM150
|
driver bmm150 shot header file More...
#include "driver_bmm150_interface.h"Go to the source code of this file.
Macros | |
| #define | BMM150_SHOT_DEFAULT_REPXY 47 |
| bmm150 shot example default definition | |
| #define | BMM150_SHOT_DEFAULT_REPZ 83 |
| #define | BMM150_SHOT_DEFAULT_DATA_RATE BMM150_DATA_RATE_10HZ |
Functions | |
| uint8_t | bmm150_shot_init (bmm150_interface_t interface, bmm150_address_t addr_pin) |
| shot example init | |
| uint8_t | bmm150_shot_deinit (void) |
| shot example deinit | |
| uint8_t | bmm150_shot_read (float ut[3]) |
| shot example read | |
driver bmm150 shot header file
Copyright (c) 2015 - present LibDriver All rights reserved
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Date | Version | Author | Description |
|---|---|---|---|
| 2025/12/23 | 1.0 | Shifeng Li | first upload |
Definition in file driver_bmm150_shot.h.