Dominik Schmidt
Dominik Schmidt
Hmm that means we will only have 2 Channels, correct ? I will place my pigpio based code the next days as a PR. Not the best solution, but itś...
Any news on this topic? Portable mode is the first thing I enable after downloading any Arduino IDE ...
Hi ! I think this is related to the destructor... With this code it works: ``` File::~File() { //close(); } ``` I think there is some handling missing if the...
Hi ! I think this could be fixed by changing the "ProcessorName" Function: ``` public string ProcessorName { get { // https://wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi switch (Model) { case Model.A: return "BCM2708"; case...
Hi ! I think this could be fixed by changing the "ProcessorName" Function in Board.cs (which belongs to Raspberry.System): ``` public string ProcessorName { get { // https://wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi switch (Model)...
@michaltalaga Could you share your fix, too ?
Hi ! Ok, that would work, too. But as far as I know all boards are reportet as BCM2835 now. So maybe this won´t work for all Pi´s out there...
Maybe I will place my solution as a PR. For a first fix it´s better than the actual situation. :-)
Hi JTrotta, Petermarcu, > Why not working on a common "new" project? Since I use this project for a personal project I would love to see some progress on this....
Hi @all, I also did some testing with the Process stuff. And at the first view it did not work for me, too. Used the Process Sample and I got...