close
Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 466 Bytes

File metadata and controls

2 lines (2 loc) · 466 Bytes

FlagPCM

This is a modified version of damellis PCM library (https://github.com/damellis/PCM) to make it compatible with Servo library. Originally,the PCM library uses Timer 1 to drive interruppted playback of PCM.But Servo library also uses Timer 1 to send pulse waves to servo.So I change the PCM library to use timer 2 only.But it also changes playback of PCM into non-interrupt driven way.In other words,you have to wait for playback of PCM to do other things.