-
I'm using the Pimorani Pico Plus 2 board (https://shop.pimoroni.com/products/pimoroni-pico-plus-2?variant=42092668289107), running Rust and Embassy.
PWM output appears to work perfectly for B pins,…
-
``` js
var linino = require("ideino-linino-lib");
var board = new linino.Board();
var led = board.pin.digital.D13;
board.connect(function(){
board.pinMode(led, board.MODES.OUTPUT);
board.digitalW…
-
As for now I just try to make the simple button it compile well but the app doesn't return any result on GPIO17
I need to investigate more.
-
1. Can you explain item 4 in detail? The resistors and soldering positions used by 5V MCU, and the resistors and soldering positions used by 3.3V MCU, I am a bit confused.
2. How to charge the batter…
-
Hello :) first of all, thank you very much for your work and this project.
I have a project that is working with a D7225G chip as well, but I don't have the pins
N_SCK, SI, CD, RESET, BUSY, CS, …
-
Originally reported on Google Code with ID 328
```
Hi,
I´m usin a WG240128B lcd with T6963 chip. I connect de lcd to an arduino mega2560 and
arduino soft 1.6.1 like in the proyect.
when power on de…
-
Hi guys,
Have new BBB where i want to claim all P8[0] bank as inputs and P8[1] as outputs (outputs not done yet).
Disabled all overlays + universal one too. However I am getting bunch of conflicts…
-
Ask, why my pulse up and down
isnt stable again
my code
# include
/\* Pulse Sensor Amped 1.4 by Joel Murphy and Yury Gitman http://www.pulsesensor.com
---------------------- Notes -----------…
-
After discussion on IRC, opening an issue here for the language parsing brainstorming that's happened on the wiki:
http://microformats.org/wiki/microformats2-parsing-brainstorming#Parse_language_info…
-
In here :
https://github.com/micropython/micropython/wiki/Programming-Debugging-the-pyboard-using-ST-Link-v2
On pyboard side :
pyboard v1.1
----------------- | -------------
PIN1 (VAPP) …