Program for NUCLEO-L476RG which uses mbed.h to demonstrate USER BUTTON usage (19E042PIM).

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tzwell
Date:
Thu Oct 28 11:02:15 2021 +0000
Parent:
0:2338470bb540
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
--- a/main.cpp	Mon Oct 11 17:57:55 2021 +0000
+++ b/main.cpp	Thu Oct 28 11:02:15 2021 +0000
@@ -1,5 +1,5 @@
 /*
- * Primer pritiska tastera za STM32L476RG 
+ * Primer detekcije pritiska tastera za STM32L476RG 
  * napisan koristeci mbed.h biblioteku.
  *
  * Katedra za Elektroniku i digitalne sisteme
@@ -33,6 +33,8 @@
  */
 int main()
 {   
+    // Inicijalizacija i funckije koje se jednom izvrsavaju:
+    
     // Glavna petlja:
     while(true)
     {