This file contains 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
/* | |
* Prostar Air Conditioner Arduino Sketch | |
* 08-09-2017 by Rawze. | |
* Use at own risk. | |
*/ | |
#include "Arduino.h" | |
//########################################################## |
This file contains 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
/* | |
* Linux + QT Creator + SDL2 + OpenGL example program by Rawze. It is my own interpretation after | |
* following other examples found elsewhere. Some of them seemed to be cryptic and difficult to | |
* understand, so I came up with my own. This example is probably just as bad, but at least it | |
* presents a different perspective. I figured out how to get it all running and just wanted to | |
* share for those who are only trying to learn. Use at own risk. | |
*/ | |
/* | |
* I used the following commands to install the required SDL2 and Open GL source libraries into my |
This file contains 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
/* | |
ATtiny85 as 2-channel Analog + 1 PWM Output I2C Slave by Rawze. 05-16-2017 | |
Default I2C adress = 0x04. | |
Program written and tested with ATTiny85 Arduino 8MHz internal clock bootloader. | |
Don't forget to select 8-Mhz internal clock and flash the bootloader on new hardware before first use. | |