Mercurial > hg > beaglert
annotate core/DigitalChannelManager.cpp @ 413:d874b5696078 prerelease
renamed setup_board.sh to update_board.sh. Comes with plenty of new functionalities, prompts etc. When called without parameters will only update the relevant files, leaving the projects/ folder alone. When called with --clean will nuke the whole remote Bela folder and restore it.
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 01:31:04 +0100 |
parents | 1b23300f3e78 |
children |
rev | line source |
---|---|
giuliomoro@354 | 1 /* |
giuliomoro@354 | 2 * DigitalStream.cpp |
giuliomoro@354 | 3 * |
giuliomoro@354 | 4 * Created on: 7 Jun 2016 |
giuliomoro@354 | 5 * Author: giulio |
giuliomoro@354 | 6 */ |
giuliomoro@354 | 7 |
giuliomoro@354 | 8 #include <DigitalChannelManager.h> |
giuliomoro@354 | 9 |
giuliomoro@354 | 10 DigitalChannelManager::DigitalChannelManager() { |
giuliomoro@354 | 11 // TODO Auto-generated constructor stub |
giuliomoro@354 | 12 |
giuliomoro@354 | 13 } |
giuliomoro@354 | 14 |
giuliomoro@354 | 15 DigitalChannelManager::~DigitalChannelManager() { |
giuliomoro@354 | 16 // TODO Auto-generated destructor stub |
giuliomoro@354 | 17 } |
giuliomoro@354 | 18 |