cmd_config.h 447 B

12345678910111213141516171819
  1. /* cmd_i2ctools.h
  2. This example code is in the Public Domain (or CC0 licensed, at your option.)
  3. Unless required by applicable law or agreed to in writing, this
  4. software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  5. CONDITIONS OF ANY KIND, either express or implied.
  6. */
  7. #pragma once
  8. #include "stdbool.h"
  9. #include "stdio.h"
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. void register_config_cmd(void);
  14. #ifdef __cplusplus
  15. }
  16. #endif