<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.mchobby.be/index.php?action=history&amp;feed=atom&amp;title=RB-ARD-ROBOT-Func-cityNameWrite</id>
	<title>RB-ARD-ROBOT-Func-cityNameWrite - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mchobby.be/index.php?action=history&amp;feed=atom&amp;title=RB-ARD-ROBOT-Func-cityNameWrite"/>
	<link rel="alternate" type="text/html" href="https://wiki.mchobby.be/index.php?title=RB-ARD-ROBOT-Func-cityNameWrite&amp;action=history"/>
	<updated>2026-08-30T07:51:22Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.mchobby.be/index.php?title=RB-ARD-ROBOT-Func-cityNameWrite&amp;diff=7431&amp;oldid=prev</id>
		<title>Admin : Page créée avec « {{Arduino-Robot-NAV}}  &lt;h4&gt;cityNameWrite()&lt;/h4&gt;  == Description == Stocke le nom de la ville dans l'EEPROM. Le nom est lu à l'aide de cityNameRead(). l'EEPROM n'est pas effa... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.mchobby.be/index.php?title=RB-ARD-ROBOT-Func-cityNameWrite&amp;diff=7431&amp;oldid=prev"/>
		<updated>2013-09-17T13:37:14Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « {{Arduino-Robot-NAV}}  &amp;lt;h4&amp;gt;cityNameWrite()&amp;lt;/h4&amp;gt;  == Description == Stocke le nom de la ville dans l&amp;#039;EEPROM. Le nom est lu à l&amp;#039;aide de cityNameRead(). l&amp;#039;EEPROM n&amp;#039;est pas effa... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Arduino-Robot-NAV}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt;cityNameWrite()&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Stocke le nom de la ville dans l'EEPROM. Le nom est lu à l'aide de cityNameRead(). l'EEPROM n'est pas effacée lorsque le robot est éteint et peut être lu à n'importe quel moment.&lt;br /&gt;
&lt;br /&gt;
== Syntaxe ==&lt;br /&gt;
&lt;br /&gt;
Robot.cityNameWrite(valeur) &lt;br /&gt;
&lt;br /&gt;
== Paramètres ==&lt;br /&gt;
&lt;br /&gt;
'''valeur''': la chaine de caractère contenant la valeur à stocker.&lt;br /&gt;
&lt;br /&gt;
== Résultat ==&lt;br /&gt;
&lt;br /&gt;
aucun&lt;br /&gt;
&lt;br /&gt;
== Exemple ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#include &amp;lt;ArduinoRobot.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
void setup(){&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  Robot.begin();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop(){&lt;br /&gt;
  Robot.userNameWrite(&amp;quot;Aaa&amp;quot;);&lt;br /&gt;
  Robot.robotNameWrite(&amp;quot;The Robot&amp;quot;);&lt;br /&gt;
  Robot.cityNameWrite(&amp;quot;Malmo&amp;quot;);&lt;br /&gt;
  Robot.countryNameWrite(&amp;quot;Sweden&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
  char container[8];&lt;br /&gt;
  Robot.userNameRead(container)&lt;br /&gt;
  Serial.println(container);&lt;br /&gt;
&lt;br /&gt;
  Robot.robotNameRead(container)&lt;br /&gt;
  Serial.println(container);&lt;br /&gt;
&lt;br /&gt;
  Robot.cityNameRead(container)&lt;br /&gt;
  Serial.println(container);&lt;br /&gt;
&lt;br /&gt;
  Robot.countryNameRead(container)&lt;br /&gt;
  Serial.println(container);&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-userNameWrite|userNameWrite()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-robotNameWrite|robotNameWrite()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-cityNameWrite|cityNameWrite()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-countryNameWrite|countryNameWrite()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-userNameRead|userNameRead()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-robotNameRead|robotNameRead()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-cityNameRead|cityNameRead()]]&lt;br /&gt;
* [[RB-ARD-ROBOT-Func-countryNameRead|countryNameRead()]]&lt;br /&gt;
&lt;br /&gt;
{{Arduino-Robot-TRAILER}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>