mirror of
https://github.com/modelec/MarcelMoteurSTM32.git
synced 2026-01-18 16:47:23 +01:00
changement nom
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef FUNCTIONS_H_
|
||||
#define FUNCTIONS_H_
|
||||
|
||||
void maine();
|
||||
void Cppmain();
|
||||
|
||||
void accelerer();
|
||||
void ralentir();
|
||||
|
||||
@@ -27,7 +27,7 @@ void ralentir(){
|
||||
|
||||
|
||||
|
||||
void maine(){
|
||||
void Cppmain(){
|
||||
GPIOC->ODR ^= (1<<10);
|
||||
TIM3->CCR4 = 0;
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ int main(void)
|
||||
|
||||
/* USER CODE BEGIN 3 */
|
||||
|
||||
maine();
|
||||
Cppmain();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user