-
## Why are we using protobuf?
We are using protobuf so that we can add fields to messages, even if we already have some existing messages that we still want to be able to use, without having to con…
-
Hey @hedayat, nice codebase you made here :-)
I'm looking to use Powerfake in a project of mine, it looks like an ideal way to do testing (or in my case, also simulation of code that normally runs …
-
Consider
```systemverilog
module test (
input [2:0] onehot,
output logic [1:0] idx
);
always_comb begin
case (onehot)
3'b001: idx = 2'b01;
3'b010: idx = 2'b10;
3'b100: idx = 2'b11;
…
-
I have Teacup running in SimulAVR. Took me quite some hacking on "foreign" code, [40598](https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=40598), [40638](https://savannah.nongnu.org/…
-
Hi @neuroprod, I'm trying to build this project (thanks for posting the video and source). I'm currently at the point of trying to get the servos working and am having trouble understanding the serial…
-
Problem / Idea :-
Solution :-
Implementation:-
-
salam ostad ana zakaria rizoug zeghlache 7abit nssakssik 3la mini projet ta3na adc
1/ ki ndir d'un capteur de temperature relier a l'entrée RA2 du pic16f887
ih ou mba3ad wach ndir fi lprogramme
2/ …
-
**Describe the bug**
When trying to use the MCP23S17 spare part, I set pins as inputs, but cannot make them work - when I read from them the value does not change.
**To Reproduce**
Steps to repro…
-
Problem / Idea :-
Solution :-
Implementation:-
-
Hi,
I am currently investigating the excellent work done by this repository and its contributors using CMake with omnet++. It allows a more modular approach to omnet++ builds and hopefully this is …