raiden00pl commented on code in PR #15079:
URL: https://github.com/apache/nuttx/pull/15079#discussion_r1879675211


##########
drivers/Makefile:
##########
@@ -55,6 +55,7 @@ include eeprom/Make.defs
 include efuse/Make.defs
 include net/Make.defs
 include note/Make.defs
+include pcnt/Make.defs

Review Comment:
   Timers and counters are basically the same thing. The difference is that a 
timer is clocked by an internal fixed-clock, while a counter is clocked by an 
external signal (external pulses). If a user is looking for a counter driver, 
most likely the first place they will look is `drivers/timers`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to