Skip to content

Instantly share code, notes, and snippets.

@davelopez01
davelopez01 / LICENSE
Created April 20, 2016 19:55 — forked from colagrosso/LICENSE
Makefile to build a .so for LabVIEW
Copyright (c) 2016 Mike Colagrosso
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
// Read AIN0 once a second
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
public class LogAIN0 {
public static void main(String[] args) {