<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Filsinger</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Filsinger"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/Filsinger"/>
	<updated>2026-04-12T05:56:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Arduino-mode&amp;diff=2238</id>
		<title>Arduino-mode</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Arduino-mode&amp;diff=2238"/>
		<updated>2012-04-02T07:39:47Z</updated>

		<summary type="html">&lt;p&gt;Filsinger: Created page with &amp;quot;{{Package |name=arduino-mode.el |description=Major mode for editing [http://www.arduino.cc/ Arduino] sketches |author=[https://github.com/bookest/ Christopher Grim] |maintaine...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=arduino-mode.el&lt;br /&gt;
|description=Major mode for editing [http://www.arduino.cc/ Arduino] sketches&lt;br /&gt;
|author=[https://github.com/bookest/ Christopher Grim]&lt;br /&gt;
|maintainer=[https://github.com/bookest/ Christopher Grim]&lt;br /&gt;
|source=https://github.com/bookest/arduino-mode&lt;br /&gt;
|in_emacs=no&lt;br /&gt;
|Development status=active&lt;br /&gt;
|website=https://github.com/bookest/arduino-mode&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''arduino-mode''' is a major mode for editing [http://www.arduino.cc/ Arduino] sketches.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU CAN DELETE STUFF THAT ARE USELESS IN THE FINAL PAGE YOU ARE WRITING -------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Basic setup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq auto-mode-alist (cons '(&amp;quot;\\.\\(pde\\|ino\\)$&amp;quot; . arduino-mode) auto-mode-alist))&lt;br /&gt;
(autoload 'arduino-mode &amp;quot;arduino-mode&amp;quot; &amp;quot;Arduino editing mode.&amp;quot; t)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Helpful keybindings ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
== Common Customization ==&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[GNU/Linux]] ==&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[OS X]] ==&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Windows]] ==&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Emacs-24]] ==&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Emacs-23]] ==&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Recommended Reading ==&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Project Pages ==&lt;br /&gt;
* [https://github.com/bookest/arduino-mode github]&lt;br /&gt;
* [http://www.arduino.cc/ Arduino]&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tutorial Pages ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]][[Category:Third Party Package]]&lt;/div&gt;</summary>
		<author><name>Filsinger</name></author>
	</entry>
</feed>