From e05c300b8b691071e444de361f1c5c63e91a9f8c Mon Sep 17 00:00:00 2001
From: Sam Calisch <s.calisch@gmail.com>
Date: Sun, 8 Oct 2017 15:06:29 -0400
Subject: [PATCH] comment

---
 modules/timer_gpiote/timer_gpiote.ino | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/timer_gpiote/timer_gpiote.ino b/modules/timer_gpiote/timer_gpiote.ino
index a9a3649..d9cc1c6 100644
--- a/modules/timer_gpiote/timer_gpiote.ino
+++ b/modules/timer_gpiote/timer_gpiote.ino
@@ -51,6 +51,8 @@ void setup(){
     gpiote_init();
     NRF_TIMER2->TASKS_START = 1;
     while(1){};
+    //this should output a 8MHz square wave on TEST_PIN
+    
 }
 
 void loop(){}
-- 
GitLab