Yohan Boujon boujon · he/him
boujon pushed to master at boujon/voilier-team-1 2023-03-31 09:37:40 +02:00
93198a8dd6 Added adc and uart
boujon pushed to master at boujon/RefKEIL 2023-03-27 16:49:10 +02:00
4c965562b6 Added function pointer for interruptions (Arduino Like Interrupt)
boujon pushed to master at boujon/RefKEIL 2023-03-27 16:15:50 +02:00
39df95caf9 ADC avec Interruption fonctionnel.
boujon pushed to master at boujon/RefKEIL 2023-03-22 23:51:00 +01:00
e9d7d8cc05 Added MyADC_Cycle_t, MyADC_Struct_TypeDef and MyADC_Init function.
boujon pushed to master at boujon/RefKEIL 2023-03-22 17:01:19 +01:00
271f6ee4d7 Renamed adcdriver, added base struct
boujon pushed to master at boujon/RefKEIL 2023-03-22 16:50:08 +01:00
d015a139e1 Added basic ADC
boujon pushed to master at boujon/RefKEIL 2023-03-22 15:39:58 +01:00
d531f49f2c Base ADC
boujon pushed to master at boujon/voilier-team-1 2023-03-22 15:29:20 +01:00
bf895ce55a Added base Keil Project
boujon pushed to master at boujon/voilier-team-1 2023-03-22 15:20:56 +01:00
a84307a4b3 Init of project with the various libraries.
boujon created repository boujon/voilier-team-1 2023-03-22 14:42:26 +01:00
boujon pushed to master at boujon/RefKEIL 2023-03-21 23:52:53 +01:00
2e68fa64bf Added GPIOFromPWM which returns a GPIO config linked to a given PWM
boujon pushed to master at boujon/RefKEIL 2023-03-21 23:28:26 +01:00
df5fe51a62 Added Start and Stop macros for PWM. Init no longer enable the MOE bit
boujon pushed to master at boujon/RefKEIL 2023-03-21 23:25:22 +01:00
d3c453a14a Added MyTimer_PWM_Init generic function
boujon pushed to master at boujon/RefKEIL 2023-03-21 19:55:06 +01:00
f47e05482f PWM foncitonnal (tested for Timer2 -> Channel 2), need to do a generic library tho.
boujon pushed to master at boujon/RefKEIL 2023-03-21 16:45:19 +01:00
16a9ea2715 Test PWM, non fonctionel
boujon pushed to master at boujon/RefKEIL 2023-03-21 16:28:02 +01:00
eff1ffc947 IRQHandlers now reset the flag directly
boujon pushed to master at boujon/RefKEIL 2023-03-21 16:24:35 +01:00
5c8ef23fd2 Interruptions are now generic, with a given function which does the trick
boujon pushed to master at boujon/RefKEIL 2023-03-21 16:07:48 +01:00
270263d97c Added second version of timerdriver : Interruption handling v1
boujon pushed to master at boujon/RefKEIL 2023-03-20 23:41:01 +01:00
952cabdbbe First version for the timer driver
boujon pushed to master at boujon/RefKEIL 2023-03-20 16:50:56 +01:00
8b8d9f558d Clock et timer fonctionnel