DEV Community

Leonardo Pinezi
Leonardo Pinezi

Posted on

ArduBios news

Ayo guys, Leonardo Pinezi here, i have some ArduBios brand news for you'all :D

In the official Gitub i've just posted the 2.0 and days after, the 3.0 version was posted that have lot features like:

  • LCD 16x2 I2C Graphics
  • Calls and Subroutines
  • More I/O features like screen clean opcode (0x08) and input in the port D2 for a switch that turn the Reg D Up(1) or Down(0) if pressed.
  • Buzzer support at port D13
  • Timing delay opcode (0x60, {0-255}) you can make a simple delay in your program.
  • Etc.

You can see all the new opcodes here ArduBios

Im actually working on a in-build hex code editor for the ardubios (actually working well) and a BASIC PROGRAMMING LANGUAGE compiler for it with Js, maybe ill do a Forth compiler for it using C.

Top comments (0)