Posts by Tiago Fonseca • 21 points
1 post
-
2
votes0
answers59
viewsQ: I purchased 10 values from an ADC and saved them in a table. How (code) can I send them through the serial channel in an external interrupt?
//TAREFA B #include "c8051f3xx.h" void configLerV (void) ; void valorAdc (void); unsigned char valor,i,v1,v2; float Vlido; void main…
microcontroller-8051asked Tiago Fonseca 21