mirror of
https://git.etud.insa-toulouse.fr/boujon/voilier-team-1.git
synced 2025-06-08 07:50:49 +02:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef GPIODRIVER_H
|
|
#define GPIODRIVER_H
|
|
#include "stm32f10x.h"
|
|
#include "MyI2C.h"
|
|
|
|
void MyRTC_Init();
|
|
void MyRTC_GetTime();
|
|
|
|
#endif
|