mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 04:38:35 -07:00
11 lines
194 B
C
11 lines
194 B
C
#pragma once
|
|
|
|
#define FIRST_NON_RESERVED_I2C_ADDRESS 8
|
|
#define HIGHEST_I2C_ADDRESS 127
|
|
|
|
#define MIN_DATA 0
|
|
#define MAX_DATA 255
|
|
|
|
#include <furi_hal_i2c.h>
|
|
#include <stdlib.h>
|
|
#include <stdint.h> |