aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/platform/windows/README
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 19:08:16 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 19:59:24 -0800
commit39a07083956ea5f5e8eebbd67aa6b31aec4f2d52 (patch)
treed9f4536772763097906aede0e3b86c081786c6bc /flow-native/src/platform/windows/README
parent901eaa3dd48ea8ab692d060ec6245c61a65fd902 (diff)
downloadakka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.gz
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.bz2
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.zip
Transition from Autotools to CMake
Diffstat (limited to 'flow-native/src/platform/windows/README')
-rw-r--r--flow-native/src/platform/windows/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow-native/src/platform/windows/README b/flow-native/src/platform/windows/README
new file mode 100644
index 0000000..3d24410
--- /dev/null
+++ b/flow-native/src/platform/windows/README
@@ -0,0 +1 @@
+The contents of the file flow.c were found in the avrdude project. They look like they may be a good starting point for serial communication on windows.