-
As stated by Matus Zeman @matuszeman here https://groups.google.com/a/zend.com/forum/#!topic/apigility-users/zck43pReklw there seems to be a bug in the Hal helper when rendering single entities.
Quot…
-
I
-
I was told on the embedded rust matrix chat that this crate is no longer used with the advent of `stm32f3xx_hal`, so I've used that crate instead to get around the issue. This crate isn't listed as de…
-
The current unit tests are really not sufficient and a maintenance burden (I'm likely to remove them in an upcoming pull request).
Once embedded-hal is supported, an integration test suite should b…
-
Since concrete driver implementations are on the way it would be great if there was a common set of Traits that could be implemented to retrieve values from sensors, potentially including unit convers…
-
While working with the embedded-hal crates for STM32 boards, I ran into a curious issue where the "Implementations on Foreign Types" section lists pretty much what it says on the tin, but the foreign …
-
I'm just looking to implement this. I have a few different thoughts and suggestions.
Happy to open separate issues for these too.
1. Add `title` to forms. `title` is useful for generating user i…
evert updated
6 years ago
-
Per http://tools.ietf.org/html/draft-kelly-json-hal-05:
"values are either a Resource Object or an array of Resource Objects."
The following just snuck through validation:
```
"_embedded": {
"h…
hjr3 updated
11 years ago
-
Our RGB sensor returns a PWM to indicate the color intensity.
We need a way to measure this PWM, either using a dedicated component and an adc, or using a timer in PWM measure mode.
To write the…
-
Some libraries (for example, pn532) rely on implementation of i2c::Transactional from embedded_hal.