USB connectors are for power only !!!! not for programming !!!!
Designed by Bobricius in Slovakia
Buy with confidence.
Our Tindie Guarantee protects your purchase from fraud. Learn More
Have you seen my other products? What you think? Your idea will be included in the next version! Fell free to write me. Anyway, your purchase or contribution via www.patreon.com/bobricius will help.
This Board is for advanced users. The ATtiny10 is a high-performance, low-power Microchip 8-bit AVR RISC-based microcontroller combines 1KB ISP flash memory, 32B SRAM, four general purpose I/O lines,…
Read More…This Board is for advanced users.
The ATtiny10 is a high-performance, low-power Microchip 8-bit AVR RISC-based microcontroller combines 1KB ISP flash memory, 32B SRAM, four general purpose I/O lines, 16 general purpose working registers, a 16-bit timer/counter with two PWM channels, internal and external interrupts, programmable watchdog timer with internal oscillator, an internal calibrated oscillator, a 4-channel/8-bit A/D converter, and four software selectable power saving modes. The device operates between 1.8-5.5 volts.
(KITT efect)
include
include
int main (void) {
DDRB = 0b0111; // Equivalent to pinMode
while (1)
{
led (2,1); //1
led (1,2); //2
led (1,4); //3
led (4,1); //4
led (4,2); //5
led (2,4); //6
led (4,2); //5
led (4,1); //4
led (1,4); //3
led (1,2); //2
}
}
void led (char plus, char minus)
{
DDRB = 0b0111; // all input;
DDRB = plus | minus;
PORTB = plus;
PORTB = minus;
delay (200); }
void delay (int millis) {
for (volatile unsigned int i = 34*millis; i>0; i--);
}
No country selected, please select your country to see shipping options.
No rates are available for shipping to .
Enter your email address if you'd like to be notified when Attiny10 development board USB-C & Micro USB power can be shipped to you:
Thanks! We'll let you know when the seller adds shipping rates for your country.
Shipping Rate | Tracked | Ships From | First Item | Additional Items |
---|---|---|---|---|
:
|
Buy with confidence.
Our Tindie Guarantee protects your purchase from fraud. Learn More
$19.99
Free Shipping!
$89.00
Free Shipping!
$59.98
Free Shipping!
$29.96
Free Shipping!
$100.00
Free Shipping!
$9.99
Free Shipping!
$16.99
Free Shipping!
$24.99
Free Shipping!
By clicking Register, you confirm that you accept our Terms & Conditions
We recognize our top users by making them a Tindarian. Tindarians have access to secret & unreleased features.
We look for the most active & best members of the Tindie community, and invite them to join. There isn't a selection process or form to fill out. The only way to become a Tindarian is by being a nice & active member of the Tindie community!