<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.onlfait.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lucien</id>
	<title>Wiki Fab Lab Onl&#039;Fait - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.onlfait.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lucien"/>
	<link rel="alternate" type="text/html" href="https://wiki.onlfait.ch/index.php?title=Sp%C3%A9cial:Contributions/Lucien"/>
	<updated>2026-04-19T01:57:48Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.onlfait.ch/index.php?title=Utilisateur:Lucien&amp;diff=630</id>
		<title>Utilisateur:Lucien</title>
		<link rel="alternate" type="text/html" href="https://wiki.onlfait.ch/index.php?title=Utilisateur:Lucien&amp;diff=630"/>
		<updated>2022-04-08T10:49:39Z</updated>

		<summary type="html">&lt;p&gt;Lucien : codage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Je suis un élève de 2em année d&#039;électronique et je suis venu a FAB LAB pour [[BaliseEau|créer une balise de température]]&lt;br /&gt;
&lt;br /&gt;
08/04/2022:&lt;br /&gt;
&lt;br /&gt;
entraînement a la programmation sur bread board (feux de circulation)&amp;lt;blockquote&amp;gt;/*&lt;br /&gt;
&lt;br /&gt;
  Blink&lt;br /&gt;
&lt;br /&gt;
  Turns on an LED on for one second, then off for one second, repeatedly.&lt;br /&gt;
&lt;br /&gt;
  This example code is in the public domain.&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// Pin 13 has an LED connected on most Arduino boards.&lt;br /&gt;
&lt;br /&gt;
// give it a name:&lt;br /&gt;
&lt;br /&gt;
int led_verte = 11;&lt;br /&gt;
&lt;br /&gt;
int led_jaune = 2;&lt;br /&gt;
&lt;br /&gt;
int led_rouge = 13;&lt;br /&gt;
&lt;br /&gt;
int led_pert = 12;&lt;br /&gt;
&lt;br /&gt;
int led_pouge = 3;&lt;br /&gt;
&lt;br /&gt;
// the setup routine runs once when you press reset:&lt;br /&gt;
&lt;br /&gt;
void setup() &lt;br /&gt;
&lt;br /&gt;
{                &lt;br /&gt;
&lt;br /&gt;
  // initialize the digital pin as an output.&lt;br /&gt;
&lt;br /&gt;
  pinMode(led_verte, OUTPUT); &lt;br /&gt;
&lt;br /&gt;
  pinMode(led_jaune, OUTPUT); &lt;br /&gt;
&lt;br /&gt;
  pinMode(led_rouge, OUTPUT);     &lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// the loop routine runs over and over again forever:&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_rouge, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(1000);                     // wait for 6 second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_pert, HIGH);    // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(4000);                     // wait for 4 second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_pert, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_pouge, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(1000);                     // wait for a second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_rouge, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_jaune, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(1500);                     // wait for a second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_jaune, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_verte, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(6000);                     // wait for a second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_verte, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_jaune, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
&lt;br /&gt;
  delay(1500);                     // wait for a second&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_jaune, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(led_pouge, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lucien</name></author>
	</entry>
	<entry>
		<id>https://wiki.onlfait.ch/index.php?title=Utilisateur:Lucien&amp;diff=598</id>
		<title>Utilisateur:Lucien</title>
		<link rel="alternate" type="text/html" href="https://wiki.onlfait.ch/index.php?title=Utilisateur:Lucien&amp;diff=598"/>
		<updated>2022-04-06T08:47:52Z</updated>

		<summary type="html">&lt;p&gt;Lucien : creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Je suis un élève de 2em année d&#039;électronique et je suis venu a FAB LAB pour [[BaliseEau|créer une balise de température]]&lt;/div&gt;</summary>
		<author><name>Lucien</name></author>
	</entry>
</feed>