Skip to content

This is an IRremote-compatible library designed for use with Particle (Spark) Core or Photon.

License

Notifications You must be signed in to change notification settings

barakwei/Photon-IRRemote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRRemote for Particle Photon

This is an IRremote-compatible library designed for use with Particle (Spark) Core or Photon. The library supports sending only raw buffers.

Usage:

#include "IRremote.h"

unsigned int rawCode[] = { 9000, 4500, 560, 1680 };

IRsend irsend(D3);

void loop() {
    int rawSize = sizeof(rawCode)/sizeof(unsigned int);
    irsend.sendRaw(rawCode, rawSize, 38);
}

About

This is an IRremote-compatible library designed for use with Particle (Spark) Core or Photon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%