mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
firstTest
This commit is contained in:
7
Core/Inc/pca9685.h
Normal file
7
Core/Inc/pca9685.h
Normal file
@ -0,0 +1,7 @@
|
||||
#include "stm32f1xx_hal.h"
|
||||
|
||||
extern I2C_HandleTypeDef hi2c1;
|
||||
|
||||
void initPCA9685(void);
|
||||
void SetServo(uint8_t channel, uint8_t angel);
|
||||
|
Reference in New Issue
Block a user