Skip to content

This is IR remote library design for use with Particle (Spark) Core or Photon.

License

Notifications You must be signed in to change notification settings

mswietlicki/IRRemote

Repository files navigation

IRRemote

This is IR remote library design for use with Particle (Spark) Core or Photon. For now library support:

  • Microlab speakers
  • Benq projector

If you want to add new device just create another IRRemoteXXX class or send me Lirc config file.

Sample code:

#include "IRRemoteMicrolab.h"

IRRemoteMicrolab speakersRemote(D1);

void loop() {
	speakersRemote.SendCommand("VOLUP");
	sleep(500);
}

About

This is IR remote library design for use with Particle (Spark) Core or Photon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages