Commit d617f6a50b41c489e96db986baf7cd1fdb8cd0a1
authorga <ga@oldell.fish>
Mon, 25 Jan 2021 19:26:22 +0000 (19:26 +0000)
committerga <ga@oldell.fish>
Mon, 25 Jan 2021 19:34:39 +0000 (19:34 +0000)
tests/atmega168_ioport.c

index 9c3f19f992b665eac4e40d1c3ade5feb96bcf203..401b17098bb5dce231b2fbb988089a743bf19a20 100644 (file)
@@ -93,7 +93,7 @@ int main()
          * by a pin-value change or by writing to either of EICRA and EIMSK.
          */
 
-        /* TODO: Set-up pin change interrupt on pin 7 (PCINT23) */
+        /* Try pin change interrupt. */
 
         PCICR = (1 << PCIE2); /* Interrupt enable. */
         PCMSK2 = 0x0a;        /* Pins 1 and 3. */