klipper update

This commit is contained in:
Rainboooom
2023-06-15 11:41:08 +08:00
parent 845d13acb1
commit dffff1ae35
1921 changed files with 1625400 additions and 0 deletions

13
src/i2ccmds.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __I2CCMDS_H
#define __I2CCMDS_H
#include <inttypes.h>
#include "board/gpio.h" // i2c_config
struct i2cdev_s {
struct i2c_config i2c_config;
};
struct i2cdev_s *i2cdev_oid_lookup(uint8_t oid);
#endif