Close

6318 Results for "C 바카라사이트쿠폰 cddc7_com ☆보너스코드 B77☆태안 원엑스벳⑊원주 원엑스벳┫아랍축구생중계㎗부평바둑이̼바카라사이트쿠폰후기 soliloquist/"

  • Everything in GCODE

  • I just figured out how to send messages to the CIJ printer from the 3D printer controller, so that it can be completely controlled by GCODE.  For doing so I used the i2c feature of the Marlin firmware to send the messages to an Arduino NANO which...
  • Interop with C/C++

  • Argentum can natively call C/C++ functions, pass primitives, objects and raw structures (with sys_Blob object). Example: In C/C++ #include #include "../argentum/src/runtime/runtime.h" bool ag_fn_io_writeFile(AgString* name, AgString* content) { FILE*...
  • USB C

  • I've updated the design to swap out the micro-B connector for a USB C receptacle. The only real change this requires is adding the CCx pull-down resistors. I've also added a ferrite bead on the power input to prevent noise getting sent back down the...
  • C# Code

  • Currently writing a lot of C# for chat/command functions. Using AIML for easy chat interface and custom AIML code for parsing commands from everyday phrases. Will be writing a lot more code at defcon :) in my spare time of course. Haven't moved into...
  • USB C

  • The more I get to know USB-C, the more I like it. It turns out that I believe both iterations of this project can be successfully powered from USB-C power sources. The OCXO variant is fairly straightforward. Since it doesn't demand more than...
  • C Compiler

  • Currently struggling with undertstanding the VBCC C compiler with the idea of creating a back end for SPAM-1. I read up on LLVM and decided that was probably impossible for me. VBCC looks a lot simpler, certainly lines of code needed, but it's the style...
  • Prototype C

  • Project resumes! A new set of test PCBs has been ordered - a 4x4 Velocity Switch matrix with breakaway panels.  As the PCB manufacturer (JLCPCB) only does multiples of 5, this one design will be used for 3 purposes.  The Three (identical) PCBs...
  • USB C

  • I've updated the design to switch from micro-B connectors to C connectors. In principle, this doesn't really change the design very much at all, except to add the two CCx pull-down resistors. The board has to by physically slightly larger but it's not...
  • C++ Code

  • https://github.com/thedocdoc/Pocket-Geiger-Type-5/tree/main A solid state low power Geiger A Geiger counter built from a type 5 Pocket Geiger Radiation Sensor from Radiation Watch. The prototype was calibrated by a known Cesium 137 source and was found...
  • 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...
  • AVR Pong in C/C++

  • Wokwi Arduino Simulatoruint8_t frame[8][2]; /* x : +ve right ; columns ; (0,15) * y : +ve down ; rows ; (1,8)*/ int8_t x=1, y=3, py=3, cy=3, dx=-1, dy=1; void spi_transfer(uint8_t data) { SPDR = data; while(!bitRead(SPSR, SPIF)); } void draw_frame()...
  • Revision C

  • This is my last revision which a did so far. It contain following parts: ESP12E 3.3V voltage regulator LM1117 Reset button Flash button FTDI connector LCD connector Some resistors Some capacitors LED for flash state build in charging with MCP73831T +...
  • Cube C

  • The long-awaited update is finally here, phew, nearly 2 month's. I felt that I didn't want to make an update unless it was something that was worth mentioning.Here's some information regarding stuff I've tried out that didn't pan out:Use 9 motors, 6...