1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Adding Vm and Vrms measure for Scope example with basic signals

This commit is contained in:
Juan64Bits
2010-05-03 18:17:44 -05:00
parent 622f59856f
commit 07888ac4c4
17 changed files with 755 additions and 220 deletions

View File

@@ -1,7 +1,7 @@
/* ADC Peripheral.h
Copyright (C) 2010 Carlos Camargo cicamargoba@unal.edu.co
Andres Calderon andres.calderon@emqbit.com
Andres Calderon andres.calderon@emqbit.com
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -71,8 +71,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#define ADC_MAX_BUFFER 0x3FE/* 1022 reads/commands */
#define CS2_PORT JZ_GPIO_PORT_B
#define CS2_PIN 26
#define CS2_PORT JZ_GPIO_PORT_B
#define CS2_PIN 26
typedef unsigned char uchar;