Program creates custom PWM signal using DigitalOut class and wait function (19E042PIM).

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tzwell
Date:
Thu Oct 28 11:02:36 2021 +0000
Parent:
0:4d143c75068e
Commit message:
Updated comments and code structure

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 4d143c75068e -r 4372b6147382 main.cpp
--- a/main.cpp	Fri Oct 08 15:27:30 2021 +0000
+++ b/main.cpp	Thu Oct 28 11:02:36 2021 +0000
@@ -36,7 +36,7 @@
  */
 int main()
 {
-    // Funkcije koje se jedanput izvrsavaju:
+    // Inicijalizacija i funckije koje se jednom izvrsavaju:
     
     // Glavna petlja:
     while(true)