X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=README;h=492f5a498f7b75eeab9048f4bb93a233d2b76991;hb=96925106f4a3eb57fde2192c7213aab7a018f9c7;hp=e2a6dec965a7060a237d8abd87c213ba4296aa05;hpb=5b737b67e45cd2ad8243f968667f75cbcc6cab63;p=sketchbook_andrea diff --git a/README b/README index e2a6dec..492f5a4 100644 --- a/README +++ b/README @@ -1,21 +1,29 @@ -Andrea's Sketchbook +Sketchbook di Andrea ===================== Esempi per i corsi su Arduino. Le ultime versioni sono disponibili su: git.andreamanni.com +- http://git.andreamanni.com/ +- Interfaccia web: http://git.andreamanni.com/web -Per aggiornare il proprio archivio: -cd sketchbook_andrea/ ; git fetch - +Gestione +-------------------- -Note ------- +Per aggiornare il proprio archivio :: + cd sketchbook_andrea/ ; git fetch -- head_tails_ino -Is the code example of C book for control structures (IF) +Per instanziarne uno nuovo :: + git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea -- loop_match_2_ino -Is the code example of C book for iterative structures (while - for loop) +Per cancellare completamente il vecchio e reinstanziarlo :: + rm -r sketchbook_andrea ; git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea +Download via HTTP +-------------------- + +L'archivio e' comunque disponibile per un download via HTTP: +http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz + +:: + wget http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz ->-- Copyright note: all these is released into the Public Domain --<