gobm65.go
changeset 5 9243a5739983
parent 4 1ec268839876
child 6 9b16361e7950
equal deleted inserted replaced
4:1ec268839876 5:9243a5739983
     1 // Copyright (C) 2015-2017 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
     1 // Copyright (C) 2015-2017 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
     2 // Use of this source code is governed by the MIT license,
     2 // Use of this source code is governed by the MIT license,
     3 // which can be found in the LICENSE file.
     3 // which can be found in the LICENSE file.
       
     4 //
       
     5 // Thanks to atbrask's blog post <http://www.atbrask.dk/?p=98> for the
       
     6 // protocol details.
     4 
     7 
     5 // gobm65 is a Beurer BM65 Blood Pressure Monitor CLI reader.
     8 // gobm65 is a Beurer BM65 Blood Pressure Monitor CLI reader.
     6 
     9 
     7 package main
    10 package main
     8 
    11