Close

15749 Results for "∇ 최저가 Ò1Ò《⑤⑦93》74⑸⑻ ∇뉴테란셔츠룸Ζ삼성동뉴테란scorn뉴테란셔츠룸강남뉴테란선릉뉴테란always 삼성동뉴테란ㆂㅣ뉴테란셔츠룸swiftly"

  • Days 3,4,5: Eureka, sound and images found!

  • 1. Toolchain not found After stepping away few days far from my PC for family reason, I resumed my activities on the Tsykuyomi project.So I started by reading the https://github.com/WHhkwong/SIPI_Bear_playback code and looking for a SNC7001A Toolchain/SDK...
  • More 2369, with more caps !

  • Back to the workshop for the revenge of the return of the son of the Vintage Ring Oscillator ! This time with a new ally : the ceramic capacitor ! TL;DR : it's 60% faster ! But the V/F curve might look different from @Tim 's experiments... As usual,...
  • New Beginnings

  • Well, I did it. I ordered my first custom circuit boards. I laid out a prototyping board with an ISA bus card edge, sent it to dirtypcbs, and after a month of impatiently checking the mailbox, they arrived. I ended up with eleven boards. After I've built...
  • improved encoder reading

  • The software I'm modifying does an encoder read as follows: int rot = ((digitalRead(BTN_EN1) == LOW) << BLEN_A) | ((digitalRead(BTN_EN2) == LOW) << BLEN_B); // potentiometer uses grey code. Pattern is 0 3 switch (rot) { /** logic to interpret the value...
  • Access SD Cards from the PSoC

  • I'm going to create a stand-alone PSoC project to use the PSoC to read SD cards. I'm going to start with the hardware defines for this project (which should leave the Z80 hardware pins unmolested) and just not download code. For the software piece, I...
  • The actual informations

  • Detecting and identifying a card As stated in an earlier log, the card insertion is detected by grounding the pin *CD. But this is not enough to make the scope believe he have a know card inside him. You need to indicate him what type of card was inserted....
  • OPS ENUMERATED - Draft

  • This represents a complete OPCODE list with 14 Constants (int values) available and 10 Labels (byte values) available for creating subroutines. Constants were favored over Labels, but this is up for evaluation. NOP and HCF were both added to the official...