Files

  • Not Found
The connected project is not found, it might be deleted.
Last update 2 years 9 months by Martin Ranseyer
FilesHM-Relais-EAGLE
..
HM-Relais4-flach-v01-036.b##
HM-Relais4-flach-v01-036.brd
HM-Relais4-flach-v01-036.s##
HM-Relais4-flach-v01-036.sch
HM-Relais4-v01-002-Umrisse.brd
HM-Relais4-v01-002-Umrisse.sch
Info.txt
bot.png
top.png
Info.txt
Relais (5V Version): https://de.aliexpress.com/wholesale?catId=0&SearchText=+HF41F // we use a Pro Mini // Arduino pin for the LED #define LED_PIN 13 // Arduino pin for the config button // B0 == PIN 8 on Pro Mini #define CONFIG_BUTTON_PIN 5 //Jal A1:On A0:Dir #define ON_RELAY_PIN 15 #define DIR_RELAY_PIN 14 //Mark: A2:on A3:Dir #define ON_RELAY2_PIN 16 #define DIR_RELAY2_PIN 17 //Jal #define UP_BUTTON_PIN 7 #define DOWN_BUTTON_PIN 6 //Mark #define UP_BUTTON2_PIN 8 #define DOWN_BUTTON2_PIN 9
Report a bug