Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taniarascia
taniarascia / index.html
Last active September 11, 2025 22:24
HTML Skeleton file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ypelletier
ypelletier / moteur_un.py
Last active August 7, 2021 11:43
Contrôle d'un moteur DC par le Raspberry Pi
#!/usr/bin/python
# -*- coding:utf-8 -*-
'''
Controle d'un moteur à courant continu par le Raspberry Pi
Plus de details:
http://electroniqueamateur.blogspot.com/2014/09/controler-un-moteur-dc-en-python-avec.html
'''