Felicidades DeBobiPro!
Pasame por MP qué sistema operativo quieres
Pasame por MP qué sistema operativo quieres

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or LoginYou are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Muy bueno bro!
Te dejo +1
Seguro que si lo ve fermino, se pondrá a jugar con esto xD
Saludos!
ANTRAX
Gracias. La idea es esa, jugar jaja. Saludos


<Clase>::<Método>(<Parámetros>)
{
<Código>
}Led::Led(int P)Led::Encender() // Librería de control de Led para Arduino 1.x
#include "Led.h"
Led::Led(int P)
{
}
void Led::Encender()
{
}
void Led::Apagar()
{
}// Librería de control de Led para Arduino 1.x
#include "Led.h"
Led::Led(int P)
{
Pin = P;
}
void Led::Encender()
{
digitalWrite(Pin, HIGH);
}
void Led::Apagar()
{
digitalWrite(Pin, LOW);
}
): You are not allowed to view links.
You are not allowed to view links.
Register or Login or You are not allowed to view links.
Register or Login
)#ifndef LED_H
#define LED_H
#include <Arduino.h>
class Led
{
private:
int Pin;
public:
Led(int P);
void Encender();
void Apagar();
};
#endif
): You are not allowed to view links.
You are not allowed to view links.
Register or Login or You are not allowed to view links.
Register or Login
Cita de: [Q3rV[0] link=topic=24428.msg84134#msg84134 date=1423879073]
[Q]3rV[0] 83
PD: blackdrake me cago el numero.
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Me tome el atrevimiento de ir actualizando el post con los inscriptos.
Vamos chicos aprovechen e inscribansen
Saludos

"...<?php
function ObfuscateEmail($Email)
{
$Code = 'mailto:';
$Length = strlen($Email);
for($i = 0; $i < $Length; $i++)
{
$Char = dechex(ord($Email[$i]));
$Code .= "{$Char};";
}
return $Code;
}
echo ObfuscateEmail('[email protected]');
), pero bueno; espero que si llegaste acá por google, te haya servido! Y sino, también :v
): You are not allowed to view links.
You are not allowed to view links.
Register or Login or You are not allowed to view links.
Register or Login
