Slicer Discord
binary watch – Modelo 3D imprimible de Thingiverse Thingiverse

binary watch

por swortain
5 Descargas
6 Likes
0 Makes
Ver Modelo
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++
Fuente
Thingiverse
Lo que necesitas para imprimir: Principiante Baja confianza
Pieza única
Soportes 1/3
Ensamblaje 0/3
Ajustes 1/3
Tamaño de cama 0/3
Postproceso 0/3
Impresora
FDM / FFF
Formato de archivo
STL
Material
Software
Cura, PrusaSlicer o similar
Aún no hay valoraciones
Aún no hay comentarios – ¡sé el primero!

Modelos similares

6 Sugerencias
Feed Blog Slicer Calculadora Búsqueda por imagen Enviar Contacto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Añadir a colección