Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_boards:rs232_controller [2018/10/18 16:43]
admin [Paper PCB]
arduino_boards:rs232_controller [2020/06/11 22:13] (current)
Line 27: Line 27:
 And in an array one can write the individual length of each track (in seconds):\\ And in an array one can write the individual length of each track (in seconds):\\
    ​unsigned long length_of_tracks[] = {11, 12, 13, 14, 15, 16, 17, 18};    ​unsigned long length_of_tracks[] = {11, 12, 13, 14, 15, 16, 17, 18};
 +
 +----
 +==== License ====
 +
 +The RS232 Controller was designed by **Wolfgang Spahn** 2018.\\
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
 +
 +<​html>​
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a> ​
 +</​html>​
  
 ---- ----