Author Topic: Does the oak have a timer interrupt  (Read 1986 times)

Pegman

  • Newbie
  • *
  • Posts: 13
Does the oak have a timer interrupt
« on: March 20, 2016, 04:30:36 am »
The firmware docs mention external interrupts but there's nothing about timer interrupts like, for example, Arduino has them.

Am I correct to assume that Oak does not have timer interrupts?

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Does the oak have a timer interrupt
« Reply #1 on: March 21, 2016, 01:30:09 pm »
It has a timer library - there are example under file->examples->ticker

Pegman

  • Newbie
  • *
  • Posts: 13
Re: Does the oak have a timer interrupt
« Reply #2 on: March 22, 2016, 06:37:44 am »
Ah thanks, didn't know that.
It's not quite the same thing but it will have to do ;)