oss-slu/Pi4Micronaut

Need a blink function for LED

ruthvikm opened this issue · 2 comments

  • Add a blink function for LED
  • It should take the duration for blinking from user.
  • blink with half or one second delay

Try using this
ledOutput.blink(10, TimeUnit.SECONDS);

This issue was resolved