CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
i2c_telecommand_defs.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__I2C_TELECOMMAND_DEFS_H__
2#define INCLUDE_GUARD__I2C_TELECOMMAND_DEFS_H__
3
4#include <stdint.h>
6
8 const char *args_str,
9 char *response_output_buf, uint16_t response_output_buf_len);
10
12 const char *args_str,
13 char *response_output_buf, uint16_t response_output_buf_len
14);
15
16#endif /* INCLUDE_GUARD__I2C_TELECOMMAND_DEFS_H__*/
uint8_t TCMDEXEC_scan_i2c_bus_verbose(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Scans the I2C bus for devices. Prints out a grid of all devices, with addresses for those found.
Definition i2c_telecommand_defs.c:14
uint8_t TCMDEXEC_scan_i2c_bus(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Scans the I2C bus for devices. Prints out the addresses of devices found.
Definition i2c_telecommand_defs.c:103