Skip to content

Library that allows to communicate with the AS3935 Lightning Sensor via i2c using the Go language.

Notifications You must be signed in to change notification settings

Krzysztofz01/as3935-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS3935 (Go)

Go Reference Go Report Card GitHub GitHub release (latest by date including pre-releases) GitHub code size in bytes

The purpose of the library is to provide a simple interface for interacting with the AS3935 module, which is capable of detecting lightning strikes, in the Go language. The library uses a module that allows to handle communication via i2c. The library allows to make changes and read values from to the module's registers, which are described in the documentation.

Sources

The library is an alternative to implementations such as (which were very helpful to udnerstand the communication and logic of the module):

Documentation:

Example

package main

func main() {
    fmt.Printf("TODO\n")
}

About

Library that allows to communicate with the AS3935 Lightning Sensor via i2c using the Go language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages