commit 8f48ab5124c5751ab4825f9e9f33eb5282acbc2e parent 05c16200c73ce29c82ebd2f64a883ebae8faec26 Author: orx <orx@web> Date: Sun Aug 7 02:06:49 +0200 empty web commitDiffstat:
| Basics_of_programming_permacomputing_systems.mdwn | | | 46 | ++++++++++++++++++++++++++++++++++++++++++++++ |
diff --git a/Basics_of_programming_permacomputing_systems.mdwn b/Basics_of_programming_permacomputing_systems.mdwn @@ -0,0 +1,46 @@ +##Basics of programming permacomputing systems + +###1. Variables + +* Energy +* Air Humidity +* Soil Humidity +* Light +* Temperature + + +###2. Functions + +Water() + +Bring water to plants or to animals + +Sleep() + +One of the most important functions, limiting the computing resources needed + + +###3. Conditions + +IF Temperature Water(); + +IF ! Light Sleep(); + +multiple conditions: + +IF ! Soil humidity and Temperature Water(); + + + +###4. Loops + + + + + + + + + + +