Mettre à jour 'README.md'
This commit is contained in:
parent
6ac0111519
commit
8e19bd842c
1 changed files with 14 additions and 69 deletions
83
README.md
83
README.md
|
@ -1,73 +1,18 @@
|
|||
# Projet Voilier
|
||||
## 1) GPIO
|
||||
|
||||
### a) MyGPIO_Init
|
||||
|
||||
**RCC->APB2ENR** : On active l'horloge des périphériques des GPIO
|
||||

|
||||
|
||||
|
||||
### b) MyGPIO_Read
|
||||
|
||||
### c) MyGPIO_Set
|
||||
|
||||
### d) MyGPIO_Reset
|
||||
|
||||
### e) MyGPIO_Toggle
|
||||
|
||||
|
||||
|
||||
## 2) Timer
|
||||
|
||||
### a) MyTimer_Init
|
||||
|
||||
### b) MyTimer_Start
|
||||
|
||||
### c) MyTimer_Stop
|
||||
|
||||
### d) TIM1_Interrupt
|
||||
|
||||
### e) TIM1_IRQHandler
|
||||
|
||||
## 3) PWM
|
||||
|
||||
### a) MyTimer_PWM
|
||||
|
||||
## 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
|
||||
##Equipe 4
|
||||
* Clement MARCE
|
||||
* Louis ROUSSET
|
||||
* Cedric CHANFREAU
|
||||
## Réalisation des drivers :
|
||||
* [GPIOS](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Sources/Driver_GPIO.c) //Done
|
||||
* [TIMERS](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Sources/Driver_Timer.c) //Done
|
||||
* [PWM](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Sources/Driver_Timer.c) //Done (Cédric)
|
||||
* [ADC](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Sources/Driver_ADC.c) //Done (Clement+Louis)
|
||||
* [UART](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Sources/Driver_UART.c) //Done (Cédric)
|
||||
|
||||
## Réalisation des différentes fonctions du bateau :
|
||||
* [Girouette](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Voilier_fonction/Girouette.c) //Work in progress (Clement)
|
||||
* [Plateau](https://git.etud.insa-toulouse.fr/marce/Voilier/src/branch/master/Drivers/Voilier_fonction/Plateau.c) //Need to test (Cédric)
|
||||
*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue