This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='ASCII'?> | |
| <flow_graph> | |
| <timestamp>Tue Aug 12 14:13:51 2014</timestamp> | |
| <block> | |
| <key>options</key> | |
| <param> | |
| <key>id</key> | |
| <value>fm_receiver</value> | |
| </param> | |
| <param> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * TinyIRDuel: IRrecvDump - dump details of IR codes with IRrecv | |
| * IR detector/demodulator must be connected to the input RECV_PIN. | |
| * IR Transmitter to JAM must be connected ot | |
| * Version 0.1 July, 2013 | |
| * Author: 2013 Michael P. Flaga | |
| */ | |
| //List of wand ID's | |
| #define WAND_RED1 0x1AEDC601 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {strobe LEDs pin 16..19 on COG0 and scan pin 23..20 on COG1} | |
| CON | |
| _clkmode = xtal1 + pll16x 'Standard clock mode * crystal frequency = 80 MHz | |
| _xinfreq = 5_000_000 | |
| PUB StrobeLEDs | |
| cognew(@_StrobeLEDRight, 0) | |
| cognew(@_StrobeLEDLeft, 0) |