Commit 039800c7 by hamara

Add new file

parent 47044e74
Showing with 11 additions and 0 deletions
#include "MCP_DAC.h"
MCP4802 myDAC; //komponent, mida kasutame
void setup(){
myDAC.begin(10); //alustab pinnist
}
void loop(){
myDAC.analogWrite(255);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment