Avatar for user7248

user7248

Member since Jul 2014 • Last active Jul 2014
  • 1 conversations
  • 2 comments

Most recent activity

  • in General
    Avatar for user7248

    Thanks for the reply, very informative! Do you think that I will encounter a problem with the timers if I'll be using 8 PWM output pins at the same time? I'll be using C6-9, A2-4, B8-9 for PWM.

  • in General
    Avatar for user7248

    Hello everybody,

    I am trying to PWM the B4 and B5 pins using
    analogWrite(B4, 0.5, {freq:10000});
    but for some reason it just stays grounded. When I try the B3 pin it works fine. Is there a reason for this? I set the pinMode for B4 and B5 to 'af_output' which is what the B3 pin is set to, then I read it to make sure that they are all af_output using getPinMode(). Would this be because my espruino board is bad?

    Thanks

Actions