JJAECO

domingo, 7 de junio de 2015

Convertidor DC-DC 5V a 100V


#include <avr/interrupt.h>

// This is using the 16-bit timer.  10-bit pwm

void setup() {
  TCCR2B = TCCR2B & 0b11111000 | 0x01;
  pinMode (10, OUTPUT);
  pinMode (9, OUTPUT);

}

void loop()
{
 analogWrite(10,155);
 analogWrite(9,205);

}
Enviar por correo electrónicoEscribe un blogCompartir en XCompartir con FacebookCompartir en Pinterest
Entradas más recientes Entradas antiguas Inicio
Suscribirse a: Entradas (Atom)

Comparte esto:

Blog archive

  • ►  2020 (3)
    • ►  septiembre (1)
    • ►  enero (2)
  • ►  2018 (2)
    • ►  mayo (1)
    • ►  marzo (1)
  • ►  2017 (3)
    • ►  agosto (1)
    • ►  marzo (1)
    • ►  febrero (1)
  • ►  2016 (1)
    • ►  septiembre (1)
  • ▼  2015 (1)
    • ▼  junio (1)
      • Convertidor DC-DC 5V a 100V
  • ►  2014 (1)
    • ►  enero (1)
  • ►  2013 (5)
    • ►  diciembre (1)
    • ►  noviembre (2)
    • ►  septiembre (1)
    • ►  abril (1)
  • ►  2012 (1)
    • ►  diciembre (1)

To follow

  • Linux for an engineer
    Quick News
  • Aeromodelismo Alicante
Tema Sencillo. Con la tecnología de Blogger.