Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 8 months ago.
AnalogOut write_u16()
My code
- include "mbed.h"
AnalogOut Aout(p18);
int main(){ while(1){
Aout.write_u16(); what do I put here to make it out put a voltage ? wait(2); Aout=.5; works fine wait(2);
} }