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
#include <Stepper.h> | |
/*-----( Declare Constants, Pin Numbers )-----*/ | |
int in1 = 2; | |
int in2 = 3; | |
int in3 = 4; | |
int in4 = 5; | |
// init rotary encoder | |
int pinA = 7; |
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
<style type="text/css"> | |
.dps_poll_content{{ poll.pk }} {/*background-color: #0B9D0B; padding: 3px;*/} | |
.dps_poll_content_header {font-variant: small-caps;} | |
.dps_poll_userspace {float: left; width: 100%; text-align: right;} | |
.dps_poll_title {color: #b10000; font-variant: small-caps; text-decoration: underline;} | |
.dps_poll_warning_message {color: #f88885;} | |
.dps_poll_body { | |
/* | |
background-color: #c1e0f1; |