www.kn34pc.com https://kn34pc.com/forums/ |
|
ATtiny84 https://kn34pc.com/forums/viewtopic.php?f=77&t=1107 |
Страница 1 от 1 |
Автор: | LZ2WSG [ 22 Фев 2022, 19:30 ] | ||
Заглавие: | ATtiny84 | ||
ATtiny84 през Arduino IDE - 8 Kbyte of in-system programmable program memory flash - 512 bytes in-system programmable EEPROM - 512 bytes internal SRAM Оттук: SpenceKonde/ATTinyCore https://github.com/SpenceKonde/ATTinyCore clock: 8 MHz Internal Прикачени файлове: Прикачени файлове: Blink към 3 (pin 6) Код за потвърждение: void setup() {
pinMode(3, OUTPUT); } void loop() { digitalWrite(3, HIGH); // turn the LED on delay(100); // wait digitalWrite(3, LOW); // turn the LED off delay(100); // wait }
|
Страница 1 от 1 | Часовете са според зоната UTC + 2 часа [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |