We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6d236 commit fed846eCopy full SHA for fed846e
cores/arduino/zephyrSerial.cpp
@@ -1,6 +1,10 @@
1
+/*
2
+ * Copyright (c) 2022 Dhruva Gole
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
#include <zephyrSerial.h>
-#include <Arduino.h>
-#include <zephyr/sys/printk.h>
8
9
size_t arduino::ZephyrSerial::begin(unsigned long int baudrate){
10
return 0;
cores/arduino/zephyrSerial.h
@@ -1,7 +1,12 @@
#pragma once
#include <Arduino.h>
-#include <api/Print.h>
11
namespace arduino {
12
0 commit comments