DCC_Decoder
DCC_Decoder copied to clipboard
An Arduino library for creating NMRA DCC decoding devices.
I've been looking at DCC signals and the performance of isolation circuits in connection with Arduinos. When decoding DCC in an Arduino, the measured half-pulse widths for a '1' bit,...
While fiddeling around with the DCC monitor and decoder I found the line: /////////////////////////////////////////////////////////// // Handle as a extd accessory decoder packet (4 bytes) if( ((gPacket[0] & 0xC0) == 0x80)...
Hi, I have been looking into your nice work about DCC decoders to be able to digitalize an old Märklin M layout. I am looking into utilizing every single i/o...