10 years ago.

AnalogOut write_u16()

My code

  1. 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);

} }

Be the first to answer this question.