mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 15:20:16 +00:00
8 lines
133 B
C
8 lines
133 B
C
#include "stm32f1xx_hal.h"
|
|
|
|
extern I2C_HandleTypeDef hi2c1;
|
|
|
|
void initPCA9685(void);
|
|
void SetServo(uint8_t channel, uint8_t angel);
|
|
|