GITLAB
ezalczer
/
Tutorat_microP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ccce77fff625023adc59849dcfde8fb54f01d564
Authored by
ezalczer
2017-05-29 19:36:30 +0200
1 parent
e4e06230
ADCH
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Algorithme
Inline
Side-by-side
Algorithme
Wrap text
Show/Hide comments
View file @
ccce77f
...
...
@@ -229,7 +229,7 @@ reglage:
229
229
230
230
231
231
CAN:
232
-
LDI capteur, PINF@IO
; On charge la valeur de la sonde dans capteur
232
+
capteur<-ADCH
; On charge la valeur de la sonde dans capteur
233
233
T = 5 + capteur/10 ; 5+0 <= T <= 5+255/10=30.5
234
234
235
235
...
...