Nick

Results 81 issues of Nick

Implement a basic SPI mode that can use a mix of registers or [serialized message buffers](http://github.com/google/emboss). If it uses registers and supports multiple transport layers, how do we separate I2C...

Translate from an enum, which may come from a register, to the enum value. For example, see ADS1015. Programmable gain is a 3-bit field, while each combination relates to a...

enhancement
codegen
for-review

Experiment with Rust support https://github.com/rust-embedded/rust-i2cdev https://github.com/rust-embedded/rust-i2cdev/blob/master/examples/nunchuck.rs https://github.com/rust-embedded/awesome-embedded-rust Existing crates that align with supported peripheral specifications: * [ADS1015](https://crates.io/crates/ads1x1x) [GitHub](https://github.com/eldruin/ads1x1x-rs) * [LSM303D](https://crates.io/crates/lsm303dlhc) [GitHub](https://github.com/japaric/lsm303dlhc) * [BMP280](https://crates.io/crates/bmp280-ehal) [GitHub](https://github.com/copterust/bmp280) * [MCP9808](https://crates.io/crates/mcp9808) [GitHub](https://github.com/MrBuddyCasino/mcp9808-rs) * [TCS3472](https://crates.io/crates/tcs3472) [GitHub](https://github.com/eldruin/tcs3472-rs)...

What if I need an operation that pseduo-yaml doesn't support? Allow parameters to be of type function. In C this would be a function pointer. In Java this would be...

spec
codegen

https://www.mbed.com/en/platform/mbed-os/

good first issue
codegen

A grammar I'm developing seems to be throwing a ParserError, although I'm having a lot of trouble finding out exactly where the error is happening. To make matters more complicated,...

Can we open a different app based on different conditions? If it's Saturday morning, I might want to watch cartoons on Live Channels. On Monday night, I may want to...

Add a second intent filter http://stackoverflow.com/questions/20224637/a-way-to-get-unlock-event-in-android

Add an app icon which would appear on phones based on the app's banner If the banner was improved that would also be great

enhancement
Hacktoberfest