Skip to content
Snippets Groups Projects
Commit 32fa5c4a authored by Bengt Ragnemalm's avatar Bengt Ragnemalm
Browse files

Added SerialUSB project to the sollution

parent 15e7feac
No related merge requests found
......@@ -4,6 +4,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "ArduinoZeroTemplate", "ArduinoZeroTemplate.cproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
ProjectSection(ProjectDependencies) = postProject
{3CF7A0AB-B365-4936-958E-A8B73130CCDE} = {3CF7A0AB-B365-4936-958E-A8B73130CCDE}
EndProjectSection
EndProject
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "ArduinoCore", "..\serial-communication-arduino\UsbReceive\UsbReceive\ArduinoCore\ArduinoCore.cppproj", "{3CF7A0AB-B365-4936-958E-A8B73130CCDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
......@@ -15,6 +20,10 @@ Global
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|ARM.Build.0 = Debug|ARM
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|ARM.ActiveCfg = Release|ARM
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|ARM.Build.0 = Release|ARM
{3CF7A0AB-B365-4936-958E-A8B73130CCDE}.Debug|ARM.ActiveCfg = Debug|ARM
{3CF7A0AB-B365-4936-958E-A8B73130CCDE}.Debug|ARM.Build.0 = Debug|ARM
{3CF7A0AB-B365-4936-958E-A8B73130CCDE}.Release|ARM.ActiveCfg = Release|ARM
{3CF7A0AB-B365-4936-958E-A8B73130CCDE}.Release|ARM.Build.0 = Release|ARM
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......
This diff is collapsed.
......@@ -64,7 +64,7 @@ void ArduinoZeroTemplate(void)
// DAC example. All configuration needed is already done in Init. DAC is 10 bits and can convert in 350 ksps
dac_chan_write(&dac0_instance_struct, DAC_CHANNEL_0, 1023); // 1023 is the value and is also maximum value.
// Serial.begin(115200);
SerialUSB.begin(115200);
while (true)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment