From 7bec778c9a59416e3214ac28a6bce29dd03c9c00 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 4 May 2018 01:37:04 +0200 Subject: Update pin class to support input and output mode Also, minor changes in uart1.tpp --- nbproject/Makefile-genesis.properties | 4 ++-- nbproject/configurations.xml | 10 +++++++++- nbproject/project.xml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'nbproject') diff --git a/nbproject/Makefile-genesis.properties b/nbproject/Makefile-genesis.properties index 15458e7..48b997c 100644 --- a/nbproject/Makefile-genesis.properties +++ b/nbproject/Makefile-genesis.properties @@ -1,8 +1,8 @@ # -#Fri May 04 00:12:50 CEST 2018 +#Fri May 04 00:51:30 CEST 2018 default.com-microchip-mplab-nbide-toolchainXC32-XC32LanguageToolchain.md5=fcf9db1a3d46b4ef4e0a46afcbf02251 default.languagetoolchain.dir=/opt/microchip/xc32/v2.05/bin -configurations-xml=7da60577239442fa2d5644589c71b844 +configurations-xml=662763a5f521e2ac61177edbdd1d9879 com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=c8c2915d32f5d7e4be49831bc9827ab0 default.languagetoolchain.version=2.05 host.platform=linux diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index ced59db..c64a84e 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -4,6 +4,10 @@ + + hal/pin.hpp + hal/uart.hpp + @@ -20,6 +24,10 @@ + + hal/pin.tpp + hal/uart1.tpp + @@ -39,6 +47,7 @@ mcc_generated_files + hal Makefile @@ -211,7 +220,6 @@ - diff --git a/nbproject/project.xml b/nbproject/project.xml index 2cba338..49672e7 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -8,7 +8,7 @@ 0 c cpp - h + h,hpp ISO-8859-1 -- cgit v1.2.1