knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
Go to file
2018-03-20 22:04:11 +01:00
.gitignore initial checkin 2018-03-16 00:48:39 +01:00
address_table_object.cpp first working version 2018-03-20 22:04:11 +01:00
address_table_object.h initial checkin 2018-03-16 00:48:39 +01:00
apdu.cpp first working version 2018-03-20 22:04:11 +01:00
apdu.h initial checkin 2018-03-16 00:48:39 +01:00
application_layer.cpp -add magic number to memory 2018-03-17 00:08:14 +01:00
application_layer.h initial checkin 2018-03-16 00:48:39 +01:00
application_program_object.cpp first working version 2018-03-20 22:04:11 +01:00
application_program_object.h initial checkin 2018-03-16 00:48:39 +01:00
association_table_object.cpp first working version 2018-03-20 22:04:11 +01:00
association_table_object.h initial checkin 2018-03-16 00:48:39 +01:00
bau57B0.cpp -add magic number to memory 2018-03-17 00:08:14 +01:00
bau57B0.h -add magic number to memory 2018-03-17 00:08:14 +01:00
bau.cpp initial checkin 2018-03-16 00:48:39 +01:00
bau.h initial checkin 2018-03-16 00:48:39 +01:00
bits.cpp first working version 2018-03-20 22:04:11 +01:00
bits.h first working version 2018-03-20 22:04:11 +01:00
cemi_frame.cpp initial checkin 2018-03-16 00:48:39 +01:00
cemi_frame.h initial checkin 2018-03-16 00:48:39 +01:00
data_link_layer.cpp initial checkin 2018-03-16 00:48:39 +01:00
data_link_layer.h initial checkin 2018-03-16 00:48:39 +01:00
datapoint_types.cpp initial checkin 2018-03-16 00:48:39 +01:00
datapoint_types.h initial checkin 2018-03-16 00:48:39 +01:00
device_object.cpp first working version 2018-03-20 22:04:11 +01:00
device_object.h initial checkin 2018-03-16 00:48:39 +01:00
esp_platform.cpp first working version 2018-03-20 22:04:11 +01:00
esp_platform.h initial checkin 2018-03-16 00:48:39 +01:00
group_object_table_object.cpp first working version 2018-03-20 22:04:11 +01:00
group_object_table_object.h initial checkin 2018-03-16 00:48:39 +01:00
group_object.cpp first working version 2018-03-20 22:04:11 +01:00
group_object.h initial checkin 2018-03-16 00:48:39 +01:00
interface_object.h initial checkin 2018-03-16 00:48:39 +01:00
ip_parameter_object.cpp first working version 2018-03-20 22:04:11 +01:00
ip_parameter_object.h initial checkin 2018-03-16 00:48:39 +01:00
knx_esp.h initial checkin 2018-03-16 00:48:39 +01:00
knx_types.h initial checkin 2018-03-16 00:48:39 +01:00
knx-esp.vcxitems initial checkin 2018-03-16 00:48:39 +01:00
knx-esp.vcxitems.filters initial checkin 2018-03-16 00:48:39 +01:00
library.properties initial checkin 2018-03-16 00:48:39 +01:00
memory.cpp -add magic number to memory 2018-03-17 00:08:14 +01:00
memory.h initial checkin 2018-03-16 00:48:39 +01:00
network_layer.cpp first working version 2018-03-20 22:04:11 +01:00
network_layer.h initial checkin 2018-03-16 00:48:39 +01:00
npdu.cpp initial checkin 2018-03-16 00:48:39 +01:00
npdu.h initial checkin 2018-03-16 00:48:39 +01:00
platform.h initial checkin 2018-03-16 00:48:39 +01:00
property_types.h initial checkin 2018-03-16 00:48:39 +01:00
readme.txt initial checkin 2018-03-16 00:48:39 +01:00
save_restore.h initial checkin 2018-03-16 00:48:39 +01:00
table_object.cpp first working version 2018-03-20 22:04:11 +01:00
table_object.h initial checkin 2018-03-16 00:48:39 +01:00
tpdu.cpp initial checkin 2018-03-16 00:48:39 +01:00
tpdu.h initial checkin 2018-03-16 00:48:39 +01:00
transport_layer.cpp initial checkin 2018-03-16 00:48:39 +01:00
transport_layer.h initial checkin 2018-03-16 00:48:39 +01:00

Arduino Compatible Cross Platform C++ Library Project : For more information see http://www.visualmicro.com

This project works exactly the same way as an Arduino library. 

Add this project to any solution that contains an Arduino project and #include <headers.h> in code as you would any normal Arduino library headers. 

To enable intellisense and to support live build discovery outside of the "standard" Arduino library locations, ensure that the library is added as a shared project reference to the master Arduino project. To do this, right click the master project "References" node and then click "Add Reference". A window will open and the library will appear on the "Shared Projects" tab. Click the checkbox next to the library name to add the reference. If this library is moved the shared referencemust be removed and re-added.

VS2017 has a bug, workround: After moving existing source code within a "library or shared project", close and re-open the solution.

Visual Studio will display intellisense for libraries based on the platform/board that has been specified for the currently active "Startup Project" of the current solution.


IMPORTANT: The arduino.cc Library Rules must be followed when adding code or restructing libraries.
	



blog: http://www.visualmicro.com/post/2017/01/16/Arduino-Cross-Platform-Library-Development.aspx