Slicer Discord
binary watch – Modèle 3D imprimable de Thingiverse Thingiverse

binary watch

par swortain
5 Téléchargements
6 Likes
0 Makes
Voir le modèle
arduinopart:

/*
* TimeSerial.pde
* example code illustrating Time library set through serial port messages.
*
* Messages consist of the letter T followed by ten digit time (as seconds since Jan 1 1970)
* you can send the text on the next line using Serial Monitor to set the clock to noon Jan 1 2013
T1357041600
*
* A Processing example sketch to automatically send the messages is inclided in the download
* On Linux, you can use "date +T%s > /dev/ttyACM0" (UTC time zone)
*/

#include

#define TIME_HEADER "T" // Header tag for serial time sync message
#define TIME_REQUEST 7 // ASCII bell character requests a time sync message

int mini[6] = {3,5,7,9,11,13};
int hou[5] = {4,6,8,10,12};


void setup() {
Serial.begin(9600);
while (!Serial) ; // Needed for Leonardo only

setSyncProvider( requestSync); //set function to call when sync required
Serial.println("Waiting for sync message");
for(int i = 0; i < 6; i++
Source
Thingiverse
Ce qu'il faut pour imprimer: Débutant Confiance faible
Monobloc
Supports 1/3
Assemblage 0/3
Réglages 1/3
Taille du plateau 0/3
Post-traitement 0/3
Imprimante
FDM / FFF
Format de fichier
STL
Matériau
Logiciel
Cura, PrusaSlicer ou similaire
Pas encore d'évaluations
Pas encore de commentaires – soyez le premier !

Modèles similaires

6 Suggestions
Feed Blog Slicer Calculateur Recherche par image Soumettre Contact Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Ajouter à la collection