Menu

Firmware_v0.7

Andres Basile

Get it

git clone git://git.code.sf.net/p/fumenbot/code FumenBot

Work it

It is ready to be opened by Arduino IDE (take in mind to keep it under "FumenBot") or just use a text editor.

In this file you will find:

gedit fumenbot.c
  • fumenbot struct with Micro definition (ie: digital output used for mosfets or analog input for sensors)
fumenbot_t fumenbot = {
...
};
  • alarm list working as crontab wannabe
time_alarm_t alarm[TIME_ALARM_SIZE] = {
...
};

Compile it

make clean
make

Load it

make flash

Use it

screen /dev/ttyUSB0 9600

Related

Wiki: Home