Close

80 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 강남쓰리아워F グpossibility쓰리아워┃쓰리아워가격쓰리아워레깅스룸Iシ쓰리아워레깅스룸unnatural 쓰리아워ы쓰리아워레깅스룸㏅㈇temper"

  • Success!

  • I finally got the drifting problems sorted out! I added a lot of data logging to the code and spotted the switch bouncing when I ran it drawing circles over and over.[(98)=100][(82)=84][(101)=204][(116)=118] [(103)=105] [(0)=183] [(40)=42][(133)=214][(87)=89][(103)=150]Its...
  • Mystery of Green and Blue light

  • I know the title sounds really mysterious, but just have a look at the gathered data.(Date Time R_max R_min G_max G_min B_max B_min Ir_max Ir_min)2014/8/23 0:39:55 55 49 1 0 1 0 25 22 2014/8/23 0:59:1 84 73 2 1 1 0 47 41 2014/8/23 9:7:35 97 87 3 1 2...
  • muahaha, I cheated :)

  • So since the Teensy++ 2.0 bootloader is not available and I'm not feeling comfortable to learn all the bells and whistles of USB communications I was looking for other options. Googling "at90usb1287 arduino" I found this https://github.com/mattairtech/ArduinoCore-avr...
  • C-ving

  • OK I thought that the amount of data in the future would be too large and I decided to do the sieving in C. Using the available scanning data, I could only go up to 2161 : n1=46 and n2=2114.The first hicup comes at 1511 so there is no point in dealing...
  • Nonlinear response to improve usability

  • I should apply a gamma curve to the analog axes read from Classic controller to make the response of the stick more subtle near the center and more steep close to the edges. Classic controller analog sticks provide position information with...
  • Hello World, 60s Style

  • Originally published in 2017. PDP-1 at Lawrence Livermore National Laboratory As you might have gathered from my projects, I am a bit of computer and electronics history buff. I’m old enough to actually remember using an 8-bit Heathkit H-89 computer...
  • 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...
  • Control Board FPGA Pinout

  • I might be missing a few connections yet which I'll correct as I come across them, but here is the pinout of the XC3S250E FPGA on the control board.  Note that the SRAM and the Flash share an interface bus.  Also note that the JTAG interface...
  • Please, GCC !

  • I get tired of fighting GCC's weird code generator that won't get a clue from my source code. I'm (still) using gcc6.4.1 (2017, I know) but I don't know how to make it understand basic things... This is critical at my level because any little performance...
  • Rewrite code with FastLED + Gamma Correction

  • Today, i rewrite a code of ambient light of arduino module applied FastLED library carefully. Why? there are 3 important thing, 1) the legacy code of adalight is based on SPI that is used by a RF module too. I think move pin in code of adalight from...