Wireless remote trigger for Canon EOS camera, using a simple IR LED diodes

OK, thank you. I tested one more time, but still got the compiling message: 'Canon' does not name a type

This is the new sketches I have tested:

#include <multiCameraIrControl.h>
Canon D5(9);
void setup(){
}
void loop(){
D5.shutterNow();
delay(5000);
D5.shutterDelayed();
delay(5000);
}