You are here |
iosoft.blog | ||
| | | |
diyelectromusic.com
|
|
| | | | I've finally decided to create a PCB for my Mini USB-MIDI toMIDI USB Host MIDI converter based on an Arduino Pro Mini and a Mini USB Host Shield. Whilst I was at it, I've also included an option to support the USB-MIDI to MIDIRevisited build based on an Adafruit Trinket M0. Here is the Arduino... | |
| | | |
smayze.com
|
|
| | | | The purpose of this entry is to describe the assembly, programming and testing of the alternate Clock Display Module - whereby instead of a dedicated display driver chip, the module will be controlled by its own micro controller. This was created under a separate GitHub branch as UCtl_small. After the relative ease of getting the... | |
| | | |
smayze.com
|
|
| | | | In the last post, I set up the infrastructure on my newly configured PC to make sure that it can at least communicate and program a chip. I needed to do this before jumping in and starting to program the ?Controll based display module to minimise the number of issues to be encountered. Initial Check... | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |