Skip to content

Commit

Permalink
Use new Qt action
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 18, 2023
1 parent e9e1922 commit f8c1c19
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
20 changes: 15 additions & 5 deletions activities/20230527_slutpresentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,21 @@ Tider är bara riklinjer, ofta slutar vi tidigare.

Vem |Vad
--------------------|---------------
Kevin |Super Mario Bros 1-1
Roni |Handdisco
Gunnar |IR Bil
Team Sus-USB stickor|Konstig spel
Team Slumpen |Slumpspel
Nelly |Knappmojäng
Axel |Blink och ögenexperiment
Erik |Rubiks Kub
Andy |Regnbågslampan
Malthe |Riskigt för ett ... icecream
David |Cartoonapan
Daniel |Svamp
Team Waka Baka |Pacman
Team Slumpen |Team Slumpen presentation
Karl |?
Felix |?
Teo |Pizza
Mahdiya |?
Karl |?


När |Frivilligare
-----|-----------------------------------
Expand Down
31 changes: 16 additions & 15 deletions evaluations/20230527/utvardering/utvardering.ino
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Grej |Toppen | Tips
-------|-------------|----------------
Kursen | |
| |
| |
-------|-------------|----------------
Fri | |
villig | |
are | |
-------|-------------|----------------
Boken | |
| |
| |
-------|-------------|----------------
Siffra:
#include "Volume.h"

Volume vol; // Piezo in pin 5

void setup()
{
vol.begin();
}

void loop()
{
const int toon_hoogte = 440;
const int volume = 255;
vol.tone(toon_hoogte, volume);
vol.delay(10);
}

0 comments on commit f8c1c19

Please sign in to comment.