From 12f454b41b8d64fb22a55ba9cd748f62ec4f34e9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 1 Mar 2017 22:53:58 +0000 Subject: i2c-master: tidy up more. Still f4 only, but cleaner, and more testing with sigrok for verification --- tests/i2c-master/i2c-master.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tests/i2c-master/i2c-master.h') diff --git a/tests/i2c-master/i2c-master.h b/tests/i2c-master/i2c-master.h index 340dc39..7a44b66 100644 --- a/tests/i2c-master/i2c-master.h +++ b/tests/i2c-master/i2c-master.h @@ -1,14 +1,6 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: i2c-master.h - * Author: karlp - * - * Created on February 21, 2017, 10:59 PM + * common i2c master code headers. + * Karl Palsson */ #pragma once -- cgit