All public logs

From Rsewiki

Combined display of all available logs of Rsewiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:16, 4 September 2024 Jca talk contribs created page Basebot main code (Created page with "Back to [Basebot]] === Main code === The main code is in ''basebot_6.ino'' (sometimes renamed to ''basebot_6.cpp). The code is based on the Arduino environment. Here the normal C-main function is hidden. But ''setup()'' is called first, followed by an endless loop that calles ''loop()''. ===== Setup ===== The ''setup()'' function is like this and initializes all support modules: void setup() // INITIALIZATION { // to be able to print to USB interface Serial....")