vickash

Results 12 issues of vickash

## New Boards - The `dino sketch` shell command now accepts a `--target` argument that will automatically add/remove features when generating a sketch, tailoring it to fit specific boards/chips. Run...

version

There are a some simple fixes that we should make before 0.12. I'm creating a separate issue for each one. If you can solve any of these problems and want...

Support MS1, MS2, SLEEP and ENABLE features on the EasyDriver stepper board.

@rosscdh, test as follows: 1. Download this branch. 2. From the project dir, run `./bin/dino generate-sketch serial`. 3. Upload the generated dino-serial sketch to your board. 4. Customize and run...

Hey Taran. Messaging here because that other thread got locked. Lol. If that Karabiner idea sounds like something you're interested in, let me know. I'll end up building most of...

I'm implementing a split AC unit with no heater, starting from the included heater/cooler example. Removing the unneeded characteristics from the `ServiceFactory` call works fine, and I can prevent the...

I have an [open PR](https://github.com/mruby-esp32/mruby-esp32-mqtt/pull/2) to make the subscribe part of the MQTT gem event driven. This updates and adds examples to take advantage of that. Merge this PR after...

This works fine with Metal Performance Shaders, but the included examples/tests fallback to the CPU as soon as CUDA isn't available. This PR makes them prioritize CUDA, then MPS, then...

I'm using an Orange Pi Zero 2W. For whatever reason, the GPIO numbers on this exceed 255, so when using `lgGpioSetSamplesFunc`, I get reports where the GPIO numbers overflow. Reports...

This solves the problem I saw in #30, where chips with GPIO numbers > 255 would overflow the previously used `uint8_t` type. Works as expected in C on my Orange...