New HAL and SimpleMAC for STM32W108.
This commit is contained in:
parent
c9af578eab
commit
eb588f1aec
89 changed files with 1503 additions and 1883 deletions
14
cpu/stm32w108/e_stdio/src/test_scanf.c
Normal file
14
cpu/stm32w108/e_stdio/src/test_scanf.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
|
||||
int main() {
|
||||
|
||||
float flottant ;
|
||||
// char c;
|
||||
scanf("%f" , &flottant);
|
||||
// scanf("%c",&c);
|
||||
//while(1);
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue