README Under Parts
This commit is contained in:
parent
aef43a4062
commit
a631f22759
1 changed files with 52 additions and 4 deletions
56
README.md
56
README.md
|
@ -1,21 +1,69 @@
|
|||
# Projet Voilier
|
||||
## 1) GPIO
|
||||
|
||||
### a) MyGPIO_Init
|
||||
|
||||
### b) MyGPIO_Read
|
||||
|
||||
### c) MyGPIO_Set
|
||||
|
||||
### d) MyGPIO_Reset
|
||||
|
||||
### e) MyGPIO_Toggle
|
||||
|
||||
|
||||
|
||||
## 2) Timer
|
||||
|
||||
### a) MyTimer_Init
|
||||
|
||||
## 3) ADC
|
||||
### b) MyTimer_Start
|
||||
|
||||
### c) MyTimer_Stop
|
||||
|
||||
## 4) UART
|
||||
### d) TIM1_Interrupt
|
||||
|
||||
### e) TIM1_IRQHandler
|
||||
|
||||
## 5) Plateau
|
||||
## 3) PWM
|
||||
|
||||
### a) MyTimer_PWM
|
||||
|
||||
## 6) Girouette
|
||||
## 4) ADC
|
||||
|
||||
### a) MyADC_Init
|
||||
|
||||
### b) MyADC_Init_Periph
|
||||
|
||||
### c) MyADC_Result
|
||||
|
||||
### d) MyADC_Start
|
||||
|
||||
### e) MyADC_Base_Interuption
|
||||
|
||||
### f) ADC1_2_IRQHandler
|
||||
|
||||
## 5) UART
|
||||
|
||||
### a) UART_init
|
||||
|
||||
### b) UART_send
|
||||
|
||||
### c) UART_read
|
||||
|
||||
### d) UART_interruption
|
||||
|
||||
### e) USART1_IRQHandler
|
||||
|
||||
### f) UART_InitGPIO
|
||||
|
||||
## 6) Plateau
|
||||
|
||||
### a) Plateau_init
|
||||
|
||||
### b) MyMotor_ChangeDirection
|
||||
|
||||
## 7) Girouette
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue