[beagleboard] Re: javascript / bonescript structure

2020-03-24 Thread ddchapa09
this is what i was looking for. how do i access the timers that the BBB has? that link will lead me to all that? On Tuesday, March 24, 2020 at 10:51:08 AM UTC-5, TJF wrote: > > You don't need interrupts for counting pulses. Instead use the hardware > counters inbuild in the AM335x CPU. Those

[beagleboard] Re: javascript / bonescript structure

2020-03-24 Thread TJF
You don't need interrupts for counting pulses. Instead use the hardware counters inbuild in the AM335x CPU. Those are - 3xPWMSS.eQEP - 3xPWMSS.eCAP - 4xTIMERSS Find details and example code (C, Python, BASIC) in the libpruio documentation