summaryrefslogtreecommitdiff
path: root/n/avr/rs232/rs232.txt
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/rs232/rs232.txt')
-rw-r--r--n/avr/rs232/rs232.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/n/avr/rs232/rs232.txt b/n/avr/rs232/rs232.txt
new file mode 100644
index 0000000..3bd8315
--- /dev/null
+++ b/n/avr/rs232/rs232.txt
@@ -0,0 +1,8 @@
+*Title: Module AVR RS232
+*Author: Ni
+
+* Utilisation
+
+Rien de plus simple. Appeler la fonction |rs232_init| au démarrage, puis
+|rs232_putc| pour envoyer un caractère,
+|rs232_getc| pour en recevoir.