Skip to content

Commit

Permalink
Update LISEZMOI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
F4GOJ committed Mar 4, 2015
1 parent 157c23e commit 183db5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LISEZMOI.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Rien.
#####Exemple
```c++
void setup(){
DDS.begin(13, 7, 8, 9);
DDS.begin(6, 7, 8, 9);
}
```
###calibrate(double trim_frequency)
Expand All @@ -64,7 +64,7 @@ Rien.
#####Exemple
```c++
void setup(){
DDS.begin(13, 8, 9);
DDS.begin(6, 7, 8, 9);
}

void loop(){
Expand Down

0 comments on commit 183db5f

Please sign in to comment.