PingPong/Core/Inc/pca9685.h
2024-08-20 22:26:27 +03:00

8 lines
133 B
C

#include "stm32f1xx_hal.h"
extern I2C_HandleTypeDef hi2c1;
void initPCA9685(void);
void SetServo(uint8_t channel, uint8_t angel);